Prosen-Ghosh / School-Management-System-With-PHP

29 stars 42 forks source link

The code needs updating #3

Open Darlenequame opened 6 years ago

Darlenequame commented 6 years ago

found a lot of deprecated SQL codes in there, updating some on my end. But am still not able to get login to work

phpcore commented 6 years ago

Authors need to: 1) Update the code to use mysqli instead of mysql functions. 2) OR use this class to continue using mysql with new releases of php (https://www.phpclasses.org/package/9199-PHP-Replace-mysql-functions-using-the-mysqli-extension.html)