alecjw Posted September 19, 2006 Share Posted September 19, 2006 is:if(!$var)the same as:if($var==FALSE)andif($var)the same asif($var==TRUE) Quote Link to comment https://forums.phpfreaks.com/topic/21320-if-question/ Share on other sites More sharing options...
Ninjakreborn Posted September 19, 2006 Share Posted September 19, 2006 yes Quote Link to comment https://forums.phpfreaks.com/topic/21320-if-question/#findComment-94922 Share on other sites More sharing options...
alecjw Posted September 19, 2006 Author Share Posted September 19, 2006 Thanks Quote Link to comment https://forums.phpfreaks.com/topic/21320-if-question/#findComment-94923 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.