I'm trying to install php addressbook on XAMPP for OS X 7.0.8 (PHP Version 7.0.8) but I receive this message when I try to reach localhost/addressbook:
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /Applications/XAMPP/xamppfiles/htdocs/addressbook/include/dbconnect.php:45 Stack trace: #0 /Applications/XAMPP/xamppfiles/htdocs/addressbook/diag.php(2): include() #1 {main} thrown in /Applications/XAMPP/xamppfiles/htdocs/addressbook/include/dbconnect.php on line 45
I tried to install manually the database with phpmyadmin but seems nothing change and i receive same error.
any suggestions?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to install php addressbook on XAMPP for OS X 7.0.8 (PHP Version 7.0.8) but I receive this message when I try to reach localhost/addressbook:
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /Applications/XAMPP/xamppfiles/htdocs/addressbook/include/dbconnect.php:45 Stack trace: #0 /Applications/XAMPP/xamppfiles/htdocs/addressbook/diag.php(2): include() #1 {main} thrown in /Applications/XAMPP/xamppfiles/htdocs/addressbook/include/dbconnect.php on line 45
I tried to install manually the database with phpmyadmin but seems nothing change and i receive same error.
any suggestions?
Thanks!