0 votes
in PHP by
Which function gives us the number of affected entries by a query?

1 Answer

0 votes
by

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

...