RE: [PHP-DB] Re: Undefined index and variables

2003-01-15 Thread Hutchins, Richard
PROTECTED]] Sent: Wednesday, January 15, 2003 12:21 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Re: Undefined index and variables ? //This is lines 22 and 23 of Add.php require(common.php) ; GenerateHTMLForm(); $smt2= $_POST['Ref']; //line 22 $smt3=$_POST['Chassis']; //line 23 The form

RE: [PHP-DB] Re: Undefined index and variables

2003-01-15 Thread Ben Joyce
Couldn't you use the 'for each' method on $_POST instead? .b -Original Message- From: Hutchins, Richard [mailto:[EMAIL PROTECTED]] Sent: 15 January 2003 16:44 To: 'Fred Wright'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] Re: Undefined index and variables Fred, I don't have

Re: [PHP-DB] Re: Undefined index and variables

2003-01-15 Thread Fred Wright
couldn't provide any more help. Rich -Original Message- From: Fred Wright [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 12:21 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Re: Undefined index and variables ? //This is lines 22 and 23 of Add.php