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

2003-01-15 Thread Fred Wright
; 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 much time today, but here is my initial > > assessment of what might

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

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

2003-01-15 Thread Hutchins, Richard
Fred, I don't have much time today, but here is my initial assessment of what might be going wrong with your page: You display add.php which draws a form for data. You submit that form to add.php (itself). The form redraws inside the page. You get errors when add.php looks for data in the $HTTP_P