cluce Posted May 18, 2007 Share Posted May 18, 2007 I currently have a dynamic web site published over my work's domain but I am having trouble connecting to the database over the domain. Currently, mySQL is configured locally. Can someone tell me how to configured this so my coworkers can logon on to the database. Obviously, I have a connection issue.... Fatal error: Call to undefined function mysqli_connect() in C:\Inetpub\wwwroot\email_info.php on line 8 Any help is greatly appreciated. Quote Link to comment Share on other sites More sharing options...
per1os Posted May 18, 2007 Share Posted May 18, 2007 Connection issue, make sure the mysqli extension is installed via your php.ini file. Quote Link to comment Share on other sites More sharing options...
cluce Posted May 18, 2007 Author Share Posted May 18, 2007 cool. could you tell me what and where do I configured this on the php.ini page. I am guessing the mysqli section but not sure what to do their? Quote Link to comment Share on other sites More sharing options...
per1os Posted May 18, 2007 Share Posted May 18, 2007 The extension section find php_mysqli or something similiar and remove the ; before it. Quote Link to comment Share on other sites More sharing options...
cluce Posted May 18, 2007 Author Share Posted May 18, 2007 that is already removed. I can connect or logon through the website on my machine. I get a connection error trying to logon through my co-workers machines. I have my website being hosted on my machine. Quote Link to comment 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.