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 unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to