View Single Post
Old 07-19-2011, 10:15 AM   #5 (permalink)
NINTHTJ
The Visitor
 
Join Date: Jul 2011
Posts: 2
Thanks: 0
NINTHTJ is on a distinguished road
Default

This is the method I usually use:

Code:
$var = ($var) ? false : true;
pretty quick and easy.
NINTHTJ is offline  
Reply With Quote