How-to articles, tricks, and solutions about DEPRECATED
How can I replace the deprecated set_magic_quotes_runtime in php?
The set_magic_quotes_runtime function has been deprecated since PHP 5.3 and removed in PHP 7.0.
The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead
It is true that the MySQL extension is deprecated, and it is recommended to use either MySQLi or PDO instead.