echo "<td width=\"300\" align=\"left\"> <?php echo $_SESSION['EmployeeNo'] ?></td>";
The above line of code give me the error message:
"Parse error: syntax error, unexpected T_ENCAPSED_AND_ WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in D:\XAMPP\htdocs \DW\personalDet ail.php on line 132"
I new to php, no idea how to fix this issue, i just know there is something wrong starting from<?php......
I'm glad if anyone can point out my error. Thanks.
The above line of code give me the error message:
"Parse error: syntax error, unexpected T_ENCAPSED_AND_ WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in D:\XAMPP\htdocs \DW\personalDet ail.php on line 132"
I new to php, no idea how to fix this issue, i just know there is something wrong starting from<?php......
I'm glad if anyone can point out my error. Thanks.
Comment