I have the following small piece of code:
<? echo "[henry]yep, go over there[/henry]"; ?>
It gives me parse error:
"Parse error: parse error, expecting T_STRING' orT_VARIABLE' or `T_NUM_STRING' in /home/webzine/mer8c/echo.php on line 1
It gives me error because of [] use... how can I fix this? prinf() function give me error too.
thanks.