I have looked through all of the forums that I could find relevant to this question and my problem yet nothing works. I have apache2.2 with php5, phpMyAdmin, and MySQL. I ha
Simply specify the directory in which the loadable extensions (modules) reside in the php.ini file from
; On windows: extension_dir="C:\xampp\php\ext"
to
; On windows: ;extension_dir = "ext"
Then enable the extension if it was disabled by changing
;extension=mysqli
extension=mysqli