Missed error: calling undefined function mysql_connect ()

Missed error: calling undefined mysql_connect () function in C: \ xampp \ htdocs \ phoenixproject \ register.php: 9 Stack trace: # 0 {main} selected in C: \ xampp \ htdocs \ phoenixproject \ register.php on line 9

How to solve this?

+6
source share
1 answer

Most likely, MySql extensions do not load. Open the php.ini file and check if the extension = php_mysql.dll and extension = php_mysqli.dll are decrypted

+4
source

All Articles