We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 26074
    • 121 Posts
    Why when I enter text with an apostrophe and save the page, it adds a slash? huh

    For example:

    Nell’esempio becomes Nell\’esempio

    I am inserting content with the TinyMCE editor disabled.
      ___________________________________________________________________
      ..:: Samuele ::..
      • 36805
      • 354 Posts
      Check whether magic quotes is activated. If it is on I advise on deactivating it if you can. I’m confident that it will resolve your issue.

      It is an old apache/php function meant to make sql queries secure. In sql queries quotes can be a risk and a cause for errors. What it does is it prefixes all quotes sent to the server with a slash.

      Read more on php.net
        • 26074
        • 121 Posts
        Thanks. Problem solved.
          ___________________________________________________________________
          ..:: Samuele ::..