Home »

Which function gives us the number of affected entries by a query?

Question ListCategory: PHPWhich function gives us the number of affected entries by a query?
jamessmith05 author asked 9 years ago
1 Answers
ethanbrown author answered 8 years ago

mysql_affected_rows() return the number of entries affected by an SQL query.

Please login or Register to Submit Answer