MySQL Query for Matching Items

Posted by topdog 819 days ago Questions| mysql query items All
Hello. I'm having a little trouble getting this query to work: PHP: --------- $userId = mysql_real_escape_string( $_SESSION['user_id'] ); $userPassProvided = mysql_real_escape_string( $_POST['oldPassword'] ); ...
Discuss Bury


Who Voted for this Question