Skip to content

Instantly share code, notes, and snippets.

@CS1000
Last active August 29, 2015 14:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CS1000/9f46172e0349e09dd863 to your computer and use it in GitHub Desktop.
Save CS1000/9f46172e0349e09dd863 to your computer and use it in GitHub Desktop.
ext/mysql snippet

***Notice:*** There is **no more support** for `mysql_*` functions, they are [**officially deprecated**](https://wiki.php.net/rfc/mysql_deprecation), **no longer maintained** and will be [**removed**](http://php.net/manual/en/function.mysql-connect.php#warning) in the future. You should update your code with [PDO](http://php.net/pdo) or [MySQLi](http://php.net/mysqli) to ensure the functionality of your project in the future.

Notice: There is no more support for mysql_* functions, they are officially deprecated, no longer maintained and will be removed in the future. You should update your code with PDO or MySQLi to ensure the functionality of your project in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment