Today I working on a PHP project and I face one spacing problem like when I submit form with CKeditor then all space replace with  undefined character,
So I find a best solution for that and share it here.
Fist please include following meta line in <head> tag:
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
And second thing is when you submit CKeditor field then used 'utf8_decode' function, see in below example:
$message=utf8_decode($_REQUEST['message']);
Here 'message' is your field name.
Enjoy!
Your blog was absolutely fantastic! Great deal of great information and this can be useful some or maybe the other way. Keep updating your blog, anticipating to get more detailed contents
ReplyDeleteWeb Development in Ludhiana
@JaydenFox
DeleteThank you very much and If you want any help from me then please comment me here.