Queries and SolutionsCategory: PHPNumber of affected entries by a query
bestonetechnologies Staff asked 6 years ago

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

1 Answers
bestonetechnologies Staff answered 6 years ago

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

Your Answer

9 + 8 =