![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Dec 2006
Location: Sheffield
Posts: 8
Rep Power: 0
![]() |
Parse Error >.<
im not right sure where to put this as the code that contains a parse error is HTML,
on my site, it comes up with: Parse error: parse error in /data/members/free/tripod/nl/n/m/1/nm10/htdocs/_status.php on line 199 the code in line 199 is: <table cellspacing="5" cellpadding="2" width="80" align="center" border="0"> |
|
|
|
|
|
#2 |
|
Battle Programmer
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 769
Rep Power: 3
![]() |
what's the code around that line? Parse errors can be caused at one point and noticed by the parser a few lines down...
__________________
<insert disclaimer here> <insert shameless plug for Visual Studio here> |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Dec 2006
Location: Sheffield
Posts: 8
Rep Power: 0
![]() |
|
|
|
|
|
|
#4 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
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 |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| php mysql_connect parse error | piercy | PHP | 19 | Apr 24th, 2006 10:44 AM |
| Parse Error when accessing database | k4pil | PHP | 3 | Feb 19th, 2006 3:05 PM |
| how to parse the register entries | mili_sankar | Bash / Shell Scripting | 1 | Jul 3rd, 2005 10:02 AM |
| Parse error? | Chrono310 | C++ | 2 | Apr 7th, 2005 4:41 PM |
| Compiling against GTK gives parse and syntax errors | dan@george | C++ | 2 | Feb 21st, 2005 8:42 AM |