How can I check to see if a PHP tag has a blank string?
isn't working.
I keep receiving
Parse error: parse error, expecting `'(''
Tried
PHP Code:
if ({_tag_}hahahaha"")
I keep receiving
Parse error: parse error, expecting `'(''
Tried
PHP Code:
if (({_tag_})hahahaha"") too. Same result]

Comment