CodingForums.com
>
:: Server side development
>
PHP
> If statement simple question
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 ==
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.