Please, don't use mysql_*
functions to write new code. They are no longer maintained and the community has begun the deprecation process. See the red box? Instead, you should learn about prepared statements and use either PDO or MySQLi. If you can't decide which, this article will help you. If you pick PDO, here is good tutorial.
-
-
Save salathe/3169326 to your computer and use it in GitHub Desktop.
cannonical SO comment for mysql_* users
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment