PHP3 Manual | ||
---|---|---|
Prev | Next |
mysql_affected_rows -- get number of affected rows in last query
Returns: The number of affected rows by the last query.
mysql_affected_rows() returns the number of rows affected by the last insert, update or delete query on the server associated with the specified link identifier. If the link identifier isn't specified, the last opened link is assumed.
Prev | Home | Next |
MySQL Functions | Up | mysql_close |