|
Posted by Sander J. van Minnen on 10/26/05 16:22
Can anybody tell me what could be wrong with...:
<?PHP
echo"<frameset cols=*,185 frameborder=NO border=0 framespacing=0> ":
echo"<frame name=site src=main.php frameborder=0> ":
echo"<frame name=sidebar src=sidebar.php frameborder=0> ":
echo"</frameset> ":
?>
It produces the following error:
Parse error: parse error, unexpected ':', expecting ',' or ';' in
/home/ozone/public_html/yazzy/index.php on line 3
Thanks, Sander
Navigation:
[Reply to this message]
|