Errors in SQL queries
I want to perform additional queries to the database Mysql. Error output. In older versions this worked. What am I to do?
WordPress 5.0.3
Rahul Aryan Answered question
Hello,
Its a PHP function and is deprecated in PHP 7. Use $wpdb class instead of directly interacting with mysql.
Rahul Aryan Answered question