Hi,

I'm asking me, what is the difference of the two "ifs".

if($x)
   echo $x;

if(!empty($x))
   echo $x;

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to