|
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
?>
|