PDA

View Full Version : IF Statement - Does Not Equal Conditional Statement


Masked Crusader
03-26-2007, 06:27 AM
Alright, this is what I want to do.

<if condition = "$show['whatever']">

What is the "does not equals" for the condition above?

I need it so that if the condition above is not true, then it executes a different set of code.

Thanks.

Marco van Herwaarden
03-26-2007, 07:45 AM
<if condition = "!$show['whatever']">