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.
|
Awesome, thanks for the extra tidbit of knowledge
