175513/undefined-function-mysql-connect
I am getting this error after I ran aptitude install php5-mysql.
Fatal error: Call to undefined function mysql_connect() in /home/validate.php on line 21
Can someone help me with this issue?
See if the PHP MySQL extension module is being loaded:
<?php phpinfo(); ?>
If it's not there then just add the following to the php.ini file:
extension=php_mysql.dll
This will help you with the issue.
When I run this PHP code I ...READ MORE
I want my azure function to read ...READ MORE
When I call bootstrap modal from jquery ...READ MORE
Please check the below-mentioned syntax and commands: To ...READ MORE
Follow the below commands to install PostgreSQL (PSQL) ...READ MORE
Use the following to get the postgres prompt ...READ MORE
If you are logged in as the postgres account, ...READ MORE
The 500 code gets the error and ...READ MORE
The issue is that you are using ...READ MORE
Hello @kartik, You upgraded to PHP 7, and ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.