mysqli_num_rows returns 0 for update sql
Jul 23, 2017 · 1 min read
You have to use store_result to buffer the result set before you can get the num rows.
Originally published at search hacker.
You have to use store_result to buffer the result set before you can get the num rows.
Originally published at search hacker.