I am using following code:
define ('EMPTY', 'test');
echo EMPTY;
But I am unable to get output. I am getting following Error:
Parse error: syntax error, unexpected ';', expecting '('
I am using following code:
define ('EMPTY', 'test');
echo EMPTY;
But I am unable to get output. I am getting following Error:
Parse error: syntax error, unexpected ';', expecting '('