The older mysql extension has the CLIENT_FOUND_ROWS connection flag, but I couldn\'t find any equivalent for mysqli.
CLIENT_FOUND_ROWS
I have an up
up
I did an explode function on the results returned from the info command and then took index[1].
$affected = explode(":", $connection->info); $rowsAffected = $affected[1];