|
You showed no code that had "ENDHTML;". If you had HTML in a .php file, then it should have been outside php tags, or in a echo statement or heredoc area or similar. The parse error would be associated with PHP, not with the HTML, itself. It's very important for good responses that you give enough of a snippet for your code to be properly judged, and it's nice, further, if you explain the error, for the benefit of others, even if you locate it, yourself.
|