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 11 different variables and it seems like there must be a more eligant way to prevent the error then with 11 individual if statements. Is there a way in which it will return a value even if the key does not exist in the querystring. Thanks in advance, ~Logan
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php