View Single Post
Old 11-27-2012, 09:24 AM   PM User | #1
ramsingh
New to the CF scene

 
Join Date: Nov 2012
Posts: 2
Thanks: 2
Thanked 1 Time in 1 Post
ramsingh is an unknown quantity at this point
Please solve my parse errors

following is my php code and the error reads like this parse error in .../mainthead php at line 4 - unexpected T_STRING, expecting ',' or ';'

<?php
session_start();
echo "<!--- Main Head Starts --->;
\n<link href="assets/jodohStyles.css" rel="stylesheet" type="text/css" /> \n " ;
\n<link rel="stylesheet" href="assets/style.css"/>
\n";
echo "<s";
echo "tyle type="text/css">
\n -->
\n</style>;
\n
<div id="page">
<span id="e1"></span>
</div>
\n <d";
\n " ;
$row
$_SESSION
$_SESSION
?>
ramsingh is offline   Reply With Quote