PHP extension mbstring is not found, and you now seem to be using multibyte character sets. PhpMyAdmin that do not have a mbstring extension do not correctly split the string, which can produce unexpected results.
Unable to load MCrypt workaround
Tip: Unable to load MCrypt (outside the chain, English) extension, please check your PHP configuration.
In the php.ini file in the C:\WINDOWS directory,
There is no "; Extension=php_mcrypt.dll" in the previous ";" Remove
therefore cannot use the corresponding function, the solution is to open the php.ini file, find; Extension=php_mcrypt.dll change to
Extension=php_mcrypt.dll remove the front; make it effective
To restart the computer after you finish modifying php.ini.
If not, you may be missing the Libmcrypt.dll file in the system's System32 (typically C:\WINDOWS\system32) directory. The workaround is to locate the Libmcrypt.dll in the PHP directory, copy it to the C:\WINDOWS\system32 directory, and then restart IIS.
Unable to load mbstring workaround:
Win System:
Open C:\windows\php.ini
Put
; Extension=php_mbstring.dll
Change into
Extension=php_mbstring.dll
Unix:
Open/etc/php.ini
Put
; extension=php_mbstring.so
Change into
Extension=php_mbstring.so
It is possible to verify the location of the php.ini and some of the features currently supported by PHP by looking at Phpinfo ().
errors, and modifications, that may occur with the server settings.
PHP Settings: Blocked some although formal but there will be occasional sudden error display code error_reporting = e_all to error_reporting = E_all & ~e_notice
Modify the Display_errors value to OFF
The above describes you were my everything PHP prompt can not be loaded or mcrypt did not find the PHP extension mbstring solution, including the content of you were my everything, I hope to be interested in PHP tutorial friends helpful.