Quote:
Originally Posted by Publisher Bucks
Okay that works, thank you.
Any chance you could explain why for me though? What does that != do that a regular query doesnt?
|
!= 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.