php3-list | 199908
Date: 08/30/99
- Next message: Michael Waples: "[PHP3] text file or database?"
- Previous message: Paul DuBois: "[PHP3] mysql_fetch_object() and MYSQL_NUM"
- In reply to: schlicht <email protected>: "[PHP3] Something like "isNull" in PHP3???"
- Next in thread: Kristian Köhntopp: "Re: [PHP3] Something like "isNull" in PHP3???"
- Reply: Kristian Köhntopp: "Re: [PHP3] Something like "isNull" in PHP3???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Michael Waples: "[PHP3] text file or database?"
- Previous message: Paul DuBois: "[PHP3] mysql_fetch_object() and MYSQL_NUM"
- In reply to: schlicht <email protected>: "[PHP3] Something like "isNull" in PHP3???"
- Next in thread: Kristian Köhntopp: "Re: [PHP3] Something like "isNull" in PHP3???"
- Reply: Kristian Köhntopp: "Re: [PHP3] Something like "isNull" in PHP3???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

