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

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

1 Answers
bestonetechnologies Staff answered 5 years ago

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

Your Answer

14 + 14 =