Re: [PHP-DB] PHP/MySQL and passing url params

2002-10-28 Thread dwalker
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:

RE: [PHP-DB] PHP/MySQL and passing url params

2002-10-28 Thread alex hogan
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 worki

Re: [PHP-DB] PHP/MySQL and passing url params

2002-10-28 Thread dwalker
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

RE: [PHP-DB] PHP/MySQL and passing url params

2002-10-28 Thread alex hogan
since I didn't declare 'userID' in the switch statement it isn't being recognized as an appropriate index. Thanks for the breakout on the arrays. alex > -Original Message- > From: Peter Beckman [mailto:beckman@;purplecow.com] > Sent: Monday, October 28, 2002 10:

RE: [PHP-DB] PHP/MySQL and passing url params

2002-10-28 Thread Peter Beckman
] = "something"; > $my_array[1] = "something else"; > > I've probably missed something in the docs but I don't seem to find any > hard fast rules on defining arrays or rediminsioning them. > > alex > > > -Original Message- > &

RE: [PHP-DB] PHP/MySQL and passing url params

2002-10-28 Thread alex hogan
e probably missed something in the docs but I don't seem to find any hard fast rules on defining arrays or rediminsioning them. alex > -Original Message- > From: Peter Beckman [mailto:beckman@;purplecow.com] > Sent: Sunday, October 27, 2002 9:29 PM > To: alex hogan > Cc: [E

RE: [PHP-DB] PHP/MySQL and passing url params

2002-10-27 Thread Marco Tabini
the rowRsId variable is never defined... that's why PHP is complaining. On Sun, 2002-10-27 at 19:53, alex hogan wrote: > Sorry..., my bad. Too wrapped up in the problem. > > > > Notice: Undefined variable: row_rsID in > D:\web\hogana\demo\login\TMPbl2tw4o24u.php on line 48 > > Warning: Canno

RE: [PHP-DB] PHP/MySQL and passing url params

2002-10-27 Thread Peter Beckman
The first question is is $row_rsID actually an array when you run the script? If it is, is $row_rsID['userID'] set? If it isn't, is $row_rsID['userid'] set? If you want to set the variable $row_rsID statically do this: $row_rsID = array("userID"=>1); Where does $row_rsID get set? Does it set

RE: [PHP-DB] PHP/MySQL and passing url params

2002-10-27 Thread alex hogan
Sorry..., my bad. Too wrapped up in the problem. Notice: Undefined variable: row_rsID in D:\web\hogana\demo\login\TMPbl2tw4o24u.php on line 48 Warning: Cannot add header information - headers already sent by (output started at D:\web\hogana\demo\login\TMPbl2tw4o24u.php:48) in D:\web\hogana\dem

Re: [PHP-DB] PHP/MySQL and passing url params

2002-10-27 Thread Marco Tabini
What's on line 48? On Sun, 2002-10-27 at 18:43, alex hogan wrote: > 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