Warning:
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. This article should give some details about deciding which API to use. For PDO, here is a good tutorial.
-
-
Save whisperity/3169481 to your computer and use it in GitHub Desktop.
Comment for mysql_* users [now as header into answers]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment