tauchai83 Posted February 1, 2007 Share Posted February 1, 2007 i'm using PHP5...i wonder why my server do not have mysqli class embed inside it..when i call the mysqli class, it said could not find the mysqli class...where can i get this class? downalodable? I using AppServ 2.5.7 with PHP 5.1.6 Quote Link to comment https://forums.phpfreaks.com/topic/36619-solved-class/ Share on other sites More sharing options...
ToonMariner Posted February 1, 2007 Share Posted February 1, 2007 are you instantiating the class? If you are then I honestly don't know - unless of course you have a version of mysql before 4.1 (I think its 4.1 anyway) Quote Link to comment https://forums.phpfreaks.com/topic/36619-solved-class/#findComment-174510 Share on other sites More sharing options...
tauchai83 Posted February 1, 2007 Author Share Posted February 1, 2007 yes..i'm trying initiating class...i found out that mysqli is new extension that nit our own configuration...if anyone get the same error as following : call to undefined mysqli class...just modify ur php.ini file....under extension_dir (put ur directory where PHP is installed)...then under extension=xxxx, just add extension=php_mysqli.dll......then restart the web server. Check PHP info page. It should contain mysqli setting.... sharing is caring. Quote Link to comment https://forums.phpfreaks.com/topic/36619-solved-class/#findComment-174548 Share on other sites More sharing options...
HuggieBear Posted February 1, 2007 Share Posted February 1, 2007 if anyone get the same error as following : call to undefined mysqli class...just modify ur php.ini file....under extension_dir (put ur directory where PHP is installed)...then under extension=xxxx, just add extension=php_mysqli.dll......then restart the web server This is assuming they're using a Microscoff Windoze server! Regards Huggie Quote Link to comment https://forums.phpfreaks.com/topic/36619-solved-class/#findComment-174566 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.