Check how many record in the MySQL database matches the query

Posted by Shek on June 30, 2008 under PHP | Be the First to Comment

Editor’s note: In some cases, you might like to check how many records in the MySQL database which matches the query you entered. Case such as a login system where you want to check if there is a record matches the user name and the password inputted , here is an example
Read more of this article »