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 De
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
2 matches
Mail list logo