RE: [PHP] error with null $HTTP_GET_VARS['field']

2003-06-18 Thread Ford, Mike [LSS]
> -Original Message- > From: Logan McKinley [mailto:[EMAIL PROTECTED] > Sent: 17 June 2003 19:55 > > right now if a the 'field' key does not exist at all in the > querystring it > returns the following error: > Notice: Undefined index: Register in > c:\inetpub\wwwroot\PHP\Register.php on

Re: [PHP] error with null $HTTP_GET_VARS['field']

2003-06-17 Thread Lars Torben Wilson
On Tue, 2003-06-17 at 11:55, Logan McKinley wrote: > right now if a the 'field' key does not exist at all in the querystring it > returns the following error: > Notice: Undefined index: Register in c:\inetpub\wwwroot\PHP\Register.php on > line 3 > I think i can use the empty function but i pass in