View Single Post
Old 12-20-2021, 03:39 AM  
ZTT
Confirmed User
 
ZTT's Avatar
 
Industry Role:
Join Date: Apr 2019
Posts: 657
Quote:
Originally Posted by k0nr4d View Post
!= 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.
__________________
__________________
ZTT is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote