Error :
Sometimes when you are posting variable data in form fields, the first 4 chracters of your string data were stripped off.
Solution :
Use php_info() to check whether you have the option below for your PHP configuration. It appears to have some bugs in the option.
'--enable-mbstr-enc-trans'
Remove the option and recompile your PHP.
|