Answers for "apache 7.2 Uncaught Error: Call to undefined function mysql_connect()"

SQL
1

call to undefined function mysql_connect()

Try checking to see if the PHP MySQL extension module is being loaded:

<?php
    phpinfo();
?>

If it's not there, add the following to the php.ini file:

extension=php_mysql.dll

Save and Restart You Apache HTTP Server
Posted by: Guest on April-21-2020
1

Uncaught Error: Call to undefined function DatabaseOldmysqli_connect()

sudo apt install php-mysqli
Posted by: Guest on February-29-2020

Code answers related to "apache 7.2 Uncaught Error: Call to undefined function mysql_connect()"

Code answers related to "SQL"

Browse Popular Code Answers by Language