Returns the number of rows changed, deleted, or inserted by the last statement if it was an UPDATE, DELETE, or INSERT.
rows = mysql_affected_rows( mysql_handler );