cluce Posted May 22, 2007 Share Posted May 22, 2007 I am using IIS to host my website. I have a logon page that asks for the user's username and password. My website works when I use Apache and run it on my local machine but when I host it over the web through IIS I receive an error when I try to logon which is connected to mySQL. Error...Fatal error: Call to undefined function mysqli_connect() in C:\Inetpub\wwwroot\userlogin.php on line 14. Can someone tell me how I can configure my settings so the user can log on via web and connect to the database. I would greatly appreciate it. Quote Link to comment https://forums.phpfreaks.com/topic/52548-trying-to-connect-via-web-to-database/ Share on other sites More sharing options...
fenway Posted May 23, 2007 Share Posted May 23, 2007 This is stickied somewhere, maybe the PHP board... your mysqli libraries are properly installed and/or loaded. Quote Link to comment https://forums.phpfreaks.com/topic/52548-trying-to-connect-via-web-to-database/#findComment-260144 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.