Weedpacket;10951122 wrote:Follow the instructions given in the manual for enabling MySQL support (or, rather, MySQLi support, since that is what you're trying to use). That would be the first thing to try.
thank you for your reply 🙂
i did read PHP Installation manual which addresses this issue at:
http://www.php.net/manual/en/mysqli.installation.php
and i inserted the line below into my php.ini file:
extension_dir = C:\Program Files\Zend\Core For Oracle\lib\phpext
after all of that i still get the same error. is there anything else i am supposed to do with php.ini file and/or other config. files?