Page 1 of 1

!= vs. !==

Posted: Sat Oct 15, 2005 9:27 pm
by anthony88guy
What would be the difference between these two operators?
!=
!==
thanks for your help.

Posted: Sat Oct 15, 2005 9:34 pm
by feyd
  1. not equal
  2. not equal with type matching

Posted: Sat Oct 15, 2005 9:46 pm
by mickd
this webstie under php, operators explains what most operators are with an example.

http://devguru.com/

Posted: Sun Oct 16, 2005 10:47 am
by Ambush Commander
Get your news from the horses mouth:

http://us2.php.net/manual/en/language.o ... arison.php