|
|
Posted by Damien on 12/28/05 14:52
English:
I want to know whats wrong with the script. I am gettich the error:
Parse error: syntax error, unexpected '=' in
c:\inetpub\wwwroot\login.php on line 17
I think the error is in:
$usernameexists = mssql_query("SELECT ID FROM tblusers WHERE
username"=.$_POST["username"]."' &&
password='".$_POST["password"]."'");
But how to solve it?
Navigation:
[Reply to this message]
|