PDA

View Full Version : If statement simple question


amir103
02-12-2007, 12:14 PM
In an if stament, if the condition is: 'if that equals this' - if ($that == $this) {}. How can I make the condition say if that does not equal this?

GJay
02-12-2007, 12:53 PM
!= rather than ==