0

Problem :
While connecting my database to html using php, following error is encountered

  • Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\Apache24\htdocs\ex.php:116 Stack trace: #0 {main} thrown in C:\Apache24\htdocs\ex.php on line 116
Abhishek Kumar
  • 2,365
  • 9
  • 23
Swaraj
  • 11
  • 2
  • 1
    Make sure you have mysql extension install – Madhusudan Nov 01 '18 at 05:48
  • ...and use PDO or Mysqli instead of the old mysql extension (which was removed in PHP 7). – M. Eriksson Nov 01 '18 at 05:54
  • 3
    Possible duplicate of [Fatal error: Uncaught Error: Call to undefined function mysql\_connect()](https://stackoverflow.com/questions/34579099/fatal-error-uncaught-error-call-to-undefined-function-mysql-connect) – DigiLive Nov 01 '18 at 06:08

0 Answers0