-4

Help!!! I know nothing about php and the lead programmer for the online hackathon we are in needs the php server by the morning. The submission needs to be ready on repl.it

Error: 172.18.0.1:50190 [500]: / - Uncaught Error: Call to undefined function mysqli_connect() in /home/runner/LuxuriousEnragedRoutes/db.php:2 Stack trace: #0 /home/runner/LuxuriousEnragedRoutes/index.php(3): require_once() #1 {main} thrown in /home/runner/LuxuriousEnragedRoutes/db.php on line 2 0 Comments

brombeer
  • 8,716
  • 5
  • 21
  • 27

1 Answers1

0

please install mysql extension

in centos php72u-mysql for php7.2 sudo yum php72u-mysql -y in debian or ubuntu php-mysql sudo apt install php-mysql