Thread
:
Toggling true/false variables
View Single Post
07-19-2011, 10:15 AM
#
5
(
permalink
)
NINTHTJ
The Visitor
Join Date: Jul 2011
Posts: 2
Thanks: 0
This is the method I usually use:
Code:
$var = ($var) ? false : true;
pretty quick and easy.
NINTHTJ
View Public Profile
Send a private message to NINTHTJ
Find More Posts by NINTHTJ