Login
Remember
Register
Ask a Question
Which function gives us the number of affected entries by a query?
0
votes
asked
Jun 22, 2019
in
PHP
by
SakshiSharma
Which function gives us the number of affected entries by a query?
#php
#php-php
#php-server-monitor-script
#php-support
#mysql-php
#php-programmer
#php-development
#php-language
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 22, 2019
by
john ganales
mysqli_affected_rows() return the number of entries affected by an SQL query.
...