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

2002-10-28 Thread alex hogan
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: [EMAIL PROTECTED] Subject: RE: [PHP-DB] PHP/MySQL and passing url params

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

2002-10-28 Thread Peter Beckman
[mailto:beckman;purplecow.com] Sent: Sunday, October 27, 2002 9:29 PM To: alex hogan Cc: [EMAIL PROTECTED] Subject: RE: [PHP-DB] PHP/MySQL and passing url params 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

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

2002-10-28 Thread alex hogan
. Thanks for the breakout on the arrays. alex -Original Message- From: Peter Beckman [mailto:beckman;purplecow.com] Sent: Monday, October 28, 2002 10:20 AM To: alex hogan Cc: [EMAIL PROTECTED] Subject: RE: [PHP-DB] PHP/MySQL and passing url params Why'd you use it in the first

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 Hi

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 working with the PHP model that came

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

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

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

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

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

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

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 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: Cannot add