tarun018 / E-Commerce-using-PHP-and-MySQL

Three tier application for E-Commerce using PHP and MYSQL.
MIT License
30 stars 17 forks source link

Issue When running on xampp #2

Open tonyalvizo opened 6 years ago

tonyalvizo commented 6 years ago

this is the error I get

Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\store\storescripts\connect_to_mysql.php:10 Stack trace: #0 C:\xampp\htdocs\store\index.php(6): include() #1 {main} thrown in C:\xampp\htdocs\store\storescripts\connect_to_mysql.php on line 10

BlessingD commented 5 years ago

this is because mysql is deprecated in favour of mysqli so change mysql to mysqli and it should work.

rjtazree commented 5 years ago

mysqli_select_db() expects exactly 2 parameters, 1 given in C:\xampp\htdocs\tarun\storescripts\connect_to_mysql.php on line 11 no database after changing my sql to mysqli,this error is shown