Skip to content

Instantly share code, notes, and snippets.

@MadaraUchiha
Created June 11, 2012 16:37
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save MadaraUchiha/2911132 to your computer and use it in GitHub Desktop.
MySQL comment
Please don't use `mysql_*` functions for new code. They are no longer maintained and the community has begun the [deprecation process](http://goo.gl/KJveJ). See the [*red box*](http://goo.gl/GPmFd)? Instead you should learn about [prepared statements](http://goo.gl/vn8zQ) and use either [PDO](http://php.net/pdo) or [MySQLi](http://php.net/mysqli). If you can't decide which, [this article](http://goo.gl/3gqF9) will help you. If you care to learn, [here is good PDO tutorial](http://goo.gl/vFWnC).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment