Parse error: syntax error, unexpected T_STRING in index.php on line 14 (line 14 is the line where the form begins)
All i have done is added the php code brackets at the beginning and end and it throws everything into a tizzy!
Again, I am a very new PHP user: please help me
Thanks!- Code: Select all
<?php
<form method="post" action="login.php" name="login"><span style="font-weight: bold; color: rgb(51, 255, 255);">Sign In</span><br>
Email Address: <input name="email"><br>
Password: <input name="password" type="password"><br>
<input value="Login" name="login" type="submit"></form>
?>


