Advertisement
ferdinand

php mysql function

Sep 10th, 2013
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Optional Parameters
  2. ===
  3. mysql_affected_rows
  4. (PHP 4, PHP 5)
  5. — Get number of affected rows in previous MySQL operation (last INSERT, UPDATE, REPLACE or DELETE)
  6.  
  7. mysql_close
  8. (PHP 4, PHP 5)
  9. — Close MySQL connection
  10.  
  11. Multi Parameter
  12. ===
  13. mysql_connect
  14. (PHP 4, PHP 5)
  15. mysql_connect — Open a connection to a MySQL Server
  16. Description
  17. resource mysql_connect ([ string $server [, string $username [, string $password [, bool $new_link [, int $client_flags ]]]]] )
  18. Opens or reuses a connection to a MySQL server.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement