Error I'm getting:PHP Code:<a href="register.php">Register Here</a>
</td></tr></table></form></center>");
}
if ("$_POST['login'];")
{
$username=$_POST["username"];
$password=md5($_POST["password"]);
Parse error: syntax error, unexpected T_STRING in /home/more/public_html/DB/login.php on line 28
Line 28 is the if function







Reply With Quote
!



lol.
