A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by zardiw » Wed Oct 31, 2007 10:32 pm
Code: Select all
If !($a == $b) or do I have to use: If ($a !== $b) z
Post by Kieran Huggins » Wed Oct 31, 2007 10:33 pm
Post by rung » Thu Nov 01, 2007 2:54 am
!($a == $b)
($a != $b)
Return to “PHP - Code”