mysqli Extension Not Loading in PHP on WampServer
I’m currently setting up a PHP environment on WampServer and having issues with the mysqli extension not loading, despite being enabled in all the php.ini file. I need mysqli for database operations in my PHP applications but can’t get it to appear in the list of loaded modules when running php -m
.