I get:
You have an error in your SQL syntax near 'AND pword=d41d8cd98f00b204e9800998ecf8427e' at line 1
every time I try to run this php
$query = "SELECT username, pword, userid from AUSER WHERE username=$username AND pword=".md5($password);
anyone know why? I am connected to the database fine and everything what's wrong?
You have an error in your SQL syntax near 'AND pword=d41d8cd98f00b204e9800998ecf8427e' at line 1
every time I try to run this php
$query = "SELECT username, pword, userid from AUSER WHERE username=$username AND pword=".md5($password);
anyone know why? I am connected to the database fine and everything what's wrong?
