| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Oct 2004 Location: IL
Posts: 657
![]() ![]() | PHP Error I keep getting this error: Parse error: parse error, unexpected $end in C:\Inetpub\vhosts\teen-terminal.com\httpdocs\forums\admincp\admin_adverti sing_management.php on line 242 Line 242 is the end of the file. I know that the problem is with the following code becuase I placed it in its own php file and it gave me the same error. I'm using the heredc code to insert this: PHP Code:
Last edited by Unknown; 01-25-2005 at 06:59 PM.
|
| |
| | #2 (permalink) |
| NamePros Member Join Date: Jan 2005 Location: Tampa, FL
Posts: 178
![]() ![]() | I'm not sure. I had an issue like this before. I think I either put the echo statement to the very left of the margin OR I put the data. I'm pretty sure it was the echo statement. So it looked like this: echo <<<EOT stuff EOT; |
| |