Anyone know what the heck I'm doing wrong here?
Never used the MySQL Password thingy so may be doing something wrong there.Code:// Create Query $q = "SELECT * FROM rev_login WHERE username = '".$user."' and password = PASSWORD('".$password."') LIMIT 1" // Run Query $r = mysql_query($q);


Reply With Quote
