Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fatal error: Call to undefined function mysqli_connect 1

Status
Not open for further replies.

rukshi

Technical User
Oct 7, 2006
15
AU
Hi
can someone help me please

$host = "mysql1.000webhost.com";
$user = "a4563793_test";
$password = "1hyterty";
$cxn = mysqli_connect("mysql1.000webhost.com", "a7881793_test", "1hyterty");

AND GOT this error
Fatal error: Call to undefined function mysqli_connect() in /home/a4563793/public_html/mysql_up.php on line 13

how may i fix this
thank you
 
Looks like the MySQLi extension either isn't installed or isn't loaded. You'll need to install it or enable it in your php.ini file, as the case may be.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top