Quote:
Originally Posted by k0nr4d
!= is a regular query. "!=" is "does not equal". You can use it in PHP as well, it is the opposite of "==" like you'd use in an if statement.
An empty string is not null, it's an empty string.
|
Though if you use != in PHP you'll find that null does equal an empty string.