Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199908

Re: [PHP3] Something like "isNull" in PHP3??? From: Vivek Awasthi (vivek <email protected>)
Date: 08/30/99

At 12:55 PM -0000 8/30/99, schlicht <email protected> wrote:
>Hi,
>i wonder if there is a way to find out if a variable is empty (that means
>"") or
>NULL. In ASP you have a funktion called isNull. What about PHP? The
>"empty"-Funktion does not solve this problem.
>
can't you just check
if ($variable == "")
{ }

-vivek

-- 
PHP 3 Mailing List <http://www.php.net/>
To unsubscribe, send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
To contact the list administrators, e-mail: php-list-admin <email protected>