The PHP function mysql_* is deprecated from PHP 7, from PHP 5.5 you will get this notice. You need to update your code/plugin with MySQLi or PDO in order to keep it working on PHP 7.
↧
The PHP function mysql_* is deprecated from PHP 7, from PHP 5.5 you will get this notice. You need to update your code/plugin with MySQLi or PDO in order to keep it working on PHP 7.