phpMyAdmin Error: The mbstring extension is missing. Please check your PHP configuration
I have already tried all of the solutions on this and none of them have worked f
It had worked for me - for xamp3.2.2 php7.0.1 changes in php.ini
xamp3.2.2
php7.0.1
php.ini
1- extension_dir="C:\xampp\php\ext" //give the full path where your ext folder is located
extension_dir="C:\xampp\php\ext" //give the full path where your ext folder is located
2- ;extension=php_mysqli.dll //uncomment this (remove semicolon)
;extension=php_mysqli.dll //uncomment this (remove semicolon)
3- save and restart apache !
save
restart