Thread: Parse Error >.<
View Single Post
Old Jan 8th, 2007, 6:00 PM   #4
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
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.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote