i have a file that i'm trying to include into my main document. But I'm getting the following error
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in c:\program files\apache group\apache\htdocs\harbour\header.php on line 6
here is the header.php file can anyone spot the mistake I've been trying to figure this out for a few hours nowPHP Code:<?
print("
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=\"0\" TOPMARGIN=\"0\" MARGINWIDTH=\"0\" MARGINHEIGHT=\"0\">
<div align=\"left\"><IMG SRC=\"images\header.gif\" WIDTH=\"770\" HEIGHT=\"112\" ALT=""> </div>
</BODY>
");
?>
Thanks






Bookmarks