one liner if statement

October 24, 2008


$variable = ($x == TRUE)? 'the variable is true' : 'the variable is NOT TRUE';

Leave a Reply