mysql_affected_rows |
||||
47 views
mysql_affected_rows() : Returns the number of affected rows in the previous MySQL operation. Version : (PHP 3, PHP 4, PHP 5) Syntax : int mysql_affected_rows ([ resource $link_identifier ] ) Description : with link_identifier. This function returns the number of affected rows on success, or -1 if the last operation failed. Example : Delete Query <?php The output of the code above could be: Example : Update Query
The output of the code above could be:
|
| « Firefox 3.0.6 security issues | mysql_change_user » |
| Posted on Wednesday, February 4th, 2009 at 4:54 pm under Mysql Functions | RSS 2.0 Feed | |