; 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
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
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