Created
December 7, 2014 23:14
-
-
Save tyteen4a03/1dfd4f79fee84d1f93d4 to your computer and use it in GitHub Desktop.
SO mysql_ comment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){if($("%23question textarea[name=comment]").length <=0){$("%23question .comments-link").click();}$("%23question textarea[name=comment]").val("[**Please, don't use `mysql_*` functions in new code**](http://bit.ly/phpmsql). They are no longer maintained [and are officially deprecated](https://wiki.php.net/rfc/mysql_deprecation). See the [**red box**](http://j.mp/Te9zIL)%3F Learn about [*prepared statements*](http://j.mp/T9hLWi) instead, and use [PDO](http://php.net/pdo) or [MySQLi](http://php.net/mysqli) - [this article](http://j.mp/QEx8IB) will help you decide which. If you choose PDO, [here is a good tutorial](http://j.mp/PoWehJ).");})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment