navdeep300 / Elearning

It is an online learning management system
12 stars 8 forks source link

MySQLi or PDO Connection #1

Open alvinapolinario opened 8 years ago

alvinapolinario commented 8 years ago

Good day!

I appreciate this project, however it is always showing this error

DEPRECATED: MYSQL_CONNECT(): THE MYSQL EXTENSION IS DEPRECATED AND WILL BE REMOVED IN THE FUTURE: USE MYSQLI OR PDO INSTEAD IN D:\WEBSITES\LEARNING2\ADMIN\DBCON.PHP ON LINE 3

navdeep300 commented 8 years ago

you can use the function mysqli_connect instead of the above function or there's another way to remove this error by placing @ in front of the function. I hove your problem will be solved.

Embedgenius commented 2 months ago

Having the same issues please:

Fatal error: Uncaught Error: Call to undefined function mysql_select_db() in C:\xampp\htdocs\Elearning-master\admin\dbcon.php:2 Stack trace: #0 C:\xampp\htdocs\Elearning-master\header.php(30): include() #1 C:\xampp\htdocs\Elearning-master\index.php(1): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\Elearning-master\admin\dbcon.php on line 2