snowman15 Posted July 28, 2008 Share Posted July 28, 2008 Hey, I just bought a new shared server from an online company. php version 5.2+ and mysql version 5.0+. My mysqli connections arn't working at all. I have a different server from a different company with the same versions and it works there perfectly. What settings need to be turned on in order for my mysqli class to work? Link to comment https://forums.phpfreaks.com/topic/116908-mysqli-not-working-help/ Share on other sites More sharing options...
DarkWater Posted July 28, 2008 Share Posted July 28, 2008 Create a page with this code in it: <?php phpinfo(); ?> And look for mysqli. Link to comment https://forums.phpfreaks.com/topic/116908-mysqli-not-working-help/#findComment-601194 Share on other sites More sharing options...
snowman15 Posted July 28, 2008 Author Share Posted July 28, 2008 I already did it and mysqli isn't anywhere on the page Link to comment https://forums.phpfreaks.com/topic/116908-mysqli-not-working-help/#findComment-601199 Share on other sites More sharing options...
DarkWater Posted July 28, 2008 Share Posted July 28, 2008 So that means that your webhost doesn't have mysqli. Switch web hosts. Link to comment https://forums.phpfreaks.com/topic/116908-mysqli-not-working-help/#findComment-601200 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.