Jump to content

need help with CKEditor


roeyhaim

Recommended Posts

  • 3 weeks later...

If you are able to change your php.ini file, change the directive magic_quotes_gpc = On to Off. Otherwise you'll need your script to check if get_magic_quotes_gpc() returns TRUE, and if so, run the data through stripslashes() before escaping it.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.