[PHP] check all values in HTTP_GET_VARS

2001-02-18 Thread Matthew Delmarter
I want to check to see if all vars in HTTP_GET_VARS array are empty. How can I do this? The code would work like this: if(all HTTP_GET_VARS empty): do this; else: echo this; endif; Regards, Matthew Delmarter -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] check all values in HTTP_GET_VARS

2001-02-18 Thread David Robley
On Mon, 19 Feb 2001 11:54, Matthew Delmarter wrote: I want to check to see if all vars in HTTP_GET_VARS array are empty. How can I do this? The code would work like this: if(all HTTP_GET_VARS empty): do this; else: echo this; endif; Regards, Matthew Delmarter Seeing