GoDaddy Posted June 14, 2006 Share Posted June 14, 2006 I get an error : Debug Error: ApacheRoot\test-projects\ProcessOrders\library.php line 15 - Class 'mysqli' not foundAm i missing something? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/11941-mysqli/ Share on other sites More sharing options...
poirot Posted June 14, 2006 Share Posted June 14, 2006 Yes, mysqli functions are part of the "MySQL Improved Extension".[a href=\"http://www.php.net/mysqli\" target=\"_blank\"]http://www.php.net/mysqli[/a]You probably will have to install it. Quote Link to comment https://forums.phpfreaks.com/topic/11941-mysqli/#findComment-45315 Share on other sites More sharing options...
GoDaddy Posted June 14, 2006 Author Share Posted June 14, 2006 if i install it ... then will i have a problem when i host it on a commercial webserver? Could it be that the php engine installed on the webserver won't have the php improved extention? Quote Link to comment https://forums.phpfreaks.com/topic/11941-mysqli/#findComment-45333 Share on other sites More sharing options...
poirot Posted June 14, 2006 Share Posted June 14, 2006 [!--quoteo(post=383590:date=Jun 13 2006, 07:33 PM:name=GoDaddy)--][div class=\'quotetop\']QUOTE(GoDaddy @ Jun 13 2006, 07:33 PM) [snapback]383590[/snapback][/div][div class=\'quotemain\'][!--quotec--]if i install it ... then will i have a problem when i host it on a commercial webserver? Could it be that the php engine installed on the webserver won't have the php improved extention?[/quote]You should always be careful when coding scripts using extensions, especially if they are "exotic". While, for example, most of the web servers have "GD" installed, I've found that fewer have "curl".Try to use the standard mysql functions so you'll have less problems later. Quote Link to comment https://forums.phpfreaks.com/topic/11941-mysqli/#findComment-45334 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.