You should use PDO
if you can help it, mysql_*
functions are officially deprecated. Learn about prepared statements instead, and use PDO or MySQLi. Check out this comparison and if you choose PDO, here is a good tutorial.
Forked from MadaraUchiha/mysql_comment.markdown
Last active
December 15, 2015 11:08
-
-
Save flacodirt/5250813 to your computer and use it in GitHub Desktop.
A little lighter, friendlier and more to the point.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment