I want to show the # in either an echo or print call in PHP. But when I have it in, I get a parsing error.
Here is a sample of the code.
Says it is expecting a comma, period, or semi-colon on this line.
I thought I could do ascii for # but didn't work...unless I wrote the ascii wrong.
Thanks for any help.
Here is a sample of the code.
PHP Code:
echo "<P>#Text";
I thought I could do ascii for # but didn't work...unless I wrote the ascii wrong.
Thanks for any help.


Comment