getting this error:
Parse error: parse error in c:\apache\htdocs\createaccount.php on line 13
this is lines 13-15:
$sql = "SELECT f_name, l_name FROM user_info WHERE
usernames = '".$_POST["Login name"]."' AND
passwords = PASSWORD('".$_POST["Password"]."')";
wtf is wrong with this code. pls help, need to fix it before tomorrow. this things like 90% of my grade...
i'll be happy to provide any other lines of code if you need to see more
Parse error: parse error in c:\apache\htdocs\createaccount.php on line 13
this is lines 13-15:
$sql = "SELECT f_name, l_name FROM user_info WHERE
usernames = '".$_POST["Login name"]."' AND
passwords = PASSWORD('".$_POST["Password"]."')";
wtf is wrong with this code. pls help, need to fix it before tomorrow. this things like 90% of my grade...
i'll be happy to provide any other lines of code if you need to see more