I discovered bugs with PHAKT PHP for UD4 but was able to create work
arounds.  Did you make the mistake of installing the XME phakt 1.5.x
module??


-----Original Message-----
From: alex hogan <[EMAIL PROTECTED]>
To: 'dwalker' <[EMAIL PROTECTED]>; [EMAIL PROTECTED]
<[EMAIL PROTECTED]>
Date: Monday, October 28, 2002 10:18 PM
Subject: RE: [PHP-DB] PHP/MySQL and passing url params


>I am using PHAKT's PHP model.
>
>> -----Original Message-----
>> From: dwalker [mailto:dwalker@;healthyproductsplus.com]
>> Sent: Monday, October 28, 2002 8:43 PM
>> To: alex hogan; [EMAIL PROTECTED]
>> Subject: Re: [PHP-DB] PHP/MySQL and passing url params
>>
>> Are you working with the PHP model that came with MX or are you
>working with
>> PHAKT's PHP model for UD
>> -----Original Message-----
>> From: alex hogan <[EMAIL PROTECTED]>
>> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
>> Date: Sunday, October 27, 2002 6:43 PM
>> Subject: [PHP-DB] PHP/MySQL and passing url params
>>
>>
>> >Hi All,
>> >
>> >I am new to the list, as a matter of fact this is my first post so if
>> >I'm covering territory that has been already covered please excuse
>me.
>> >
>> >I am using PHP/MySQL/Dreamweaver MX.  I expect the razzing to start
>> >anytime now.;-)  I am also very new to php.
>> >
>> >I have a form that is gathering user information and inserting it
>into
>> >the database.  From there it is going to a "Thank You" page that
>shows
>> >their first name, username and password.
>> >
>> >The username and password are generated after they enter their
>> >information in the aforementioned form and then is displayed on the
>> >Thank You page.
>> >
>> >The problem I'm having is that when I put a url parameter on the go
>to
>> >page I get these errors;
>> >Notice: Undefined variable: row_rsID in
>> >D:\web\demo\login\TMP97xok4jxov.php on line 48
>> >
>> >Warning: Cannot add header information - headers already sent by
>(output
>> >started at D:\web\demo\login\TMP97xok4jxov.php:48) in
>> >D:\web\demo\login\TMP97xok4jxov.php on line 53
>> >
>> >When I define the variable $row_rsID = "";
>> >
>> >I get;
>> >Notice: Uninitialized string offset: 0 in
>> >D:\web\hogana\demo\login\TMP9ee7s4jxx8.php on line 48
>> >
>> >Warning: Cannot add header information - headers already sent by
>(output
>> >started at D:\web\hogana\demo\login\TMP9ee7s4jxx8.php:48) in
>> >D:\web\hogana\demo\login\TMP9ee7s4jxx8.php on line 53
>> >
>> >And my insert behavior disappears.
>> >
>> >Can someone shed some light on this?  If I'm missing a step or there
>is
>> >a better way to do this please let me know.  I've been trying to find
>a
>> >way to redirect in php but have come up empty there.  Is there a way
>to
>> >redirect without mixing languages?
>> >
>> >If I try to remove this I can't identify the user when I go to the
>Thank
>> >You page, I keep getting the first recordset.  Oddly enough the
>> >functions I wrote that generate the username and the password work
>> >great!  Isn't that always the case.
>> >
>> >
>> >TIA,
>> >
>> >alex
>> >
>> >
>> >
>> >--
>> >PHP Database Mailing List (http://www.php.net/)
>> >To unsubscribe, visit: http://www.php.net/unsub.php
>> >
>> >
>
>
>

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to