PHP & MySQL Connection Issue?

  • Thread starter Thread starter Phil M
  • Start date Start date
P

Phil M

Guest
I am trying to get a connection through mySQL. The site is hosted by another site, such as domainname2 is in a folder in domainname1. This is hosted on a sever with PHP enabled and MySQL is already working with the 'localhost' connection. The script works fine on a different server, no problems. But for some reason I am getting this error:
Fatal error: Call to undefined function: mysqli_connect() in /home/copeland/public_html/WORLDDATABASEDIRECTORY.COM/search.php on line 292

And my ConnectionVars.php is set to 'localhost' , but also tried 'localhost.worlddatabasedirectory.com' and still doesn't work.

Any suggestions?
 
Back
Top