I am beginner in php and i have a problem in installing "mbstring". please if any one have a solution write it to me IN DETAILS please... thank you.
In your PHP.ini uncomment the line extension=php_mbstring.dll that should do the trick. and make sure you have php_mbstring.dll on your extension folder.
thanks for replay... i checked my PHP.ini and found the php_mbstring.dll already exists what i do next?
What @paparts meant was does it have a ; in front of it ? if so remove that and restart your server. Otherwise you should post the error your getting so someone can help you further.
Did you already check if the file actually exists in the extensions folder ? Did you check using a phpinfo.php if the extension is being loaded ? Put this code in a phpinfo.php, upload it to your server and access it through browser to see if the extension is loaded. <?php phpinfo(); ?> Code (markup):
If you are running on Fedora or CENT OS or any distro with yum, try yum install php-mbstring Code (markup): Once this is done, restart httpd and check phpinfo.php and you should now have php with mbstring.