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.

Related questions

0 votes
asked Jun 23, 2019 in PHP by SakshiSharma
0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
...