[ad_1]
Here’s a good tutorial about converting deprecated mysql_* PHP code to new mysqli_* code:
In many cases, you simply need to change “mysql” to “mysqli” for each function call.
Remember to change them all!
[ad_2]
solved The following code returns an 500 error as the code is deprecited in php version 7, How to make it work in php verison 7?