How do I find the number of rows affected by a query?
The function you will want is mysql_affected_rows which you call after the query has run, and it will tell you how many rows were affected.
Comment on this Question and Answer >>>
ASK A QUESTION
More mysql PHP Questions
How do I order the results of my query?How do I include a conditional in my mysql query?
how do i upload an image to database?
How do I group the results of a mysql query?
How do I set a default value for ENUM fields in PHP?
