error:
Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in C:\wamp\www\html\updatedtimeline.html on line 109
Im getting this error in my code and i would like to understand why? Thanks for any help
i want to add the email of the user logged in my html element
<h6 id="myemail"> </h6>
line 109:
echo "<script> document.getelementById('myemail').value= $_SESSION['email'] </script>";
` – menna Jan 07 '17 at 13:12