-4

Fatal error: Uncaught Error: Call to undefined function mysql_connect() in F:\xampp\htdocs\hms\includes\database.php:7 Stack trace: #0 F:\xampp\htdocs\hms\init.php(8): db_connect() #1 F:\xampp\htdocs\hms\index.php(61): require_once('F:\xampp\htdocs...') #2 {main} thrown in F:\xampp\htdocs\hms\includes\database.php on line 7

Rahul
  • 18,271
  • 7
  • 41
  • 60

1 Answers1

0

Acording to php.net:

This extension was deprecated in PHP 5.5.0, and it was removed in PHP 7.0.0. Instead, the MySQLi or PDO_MySQL extension should be used.