Hello guys and girls, this is not a life or death post but im just wondering if there is a way to get the following line of code to work…
if ( $var1 != (null && “”) ) {
// Do something
}
Its probably not allowed, and the workaround would probably defeat the purpose of writing shorter syntax, but let me know if you think its possible.