Advanced HTML Editor 3 Support Product Page
  Solved 
 Can't undestand why ADV HTML editor3.3.2 keeps escaping quotes on a specific page
 Reported  05 Sep 2012  15:52:09 
  1 
     has   this problem  
  05 Sep 2012  15:52:09 tony dolce posted: 
 Hi all,I'm using ADV HTML editor 3.3.2.
I have some pages that allow to edit a database using forms.
In some page the editor works perfectly.
But in a specific page the text inserted using the adv html editor keeps escaping all quotes.
If I insert a single quote (') in the editor I get \' on the page when displaying the result.
If I edit the same field and update it without changing anything I get \\' and so on... every time I edit the record without changing anything all quotes get escaped again and again.
The page is totally identical to other pages and I can find something wrong with it.
What can I check to be sure the page works as the other pages? The database seems ok. I checked the codepage but it's ok (utf8).
Any idea?
TIA
tony
Replies
 Replied 06 Sep 2012  08:32:24 
   06 Sep 2012  08:32:24 tony dolce replied: 
  Hi all,
I just discovered that this happens only on textareas created using ADDT and the Many-toMany server behaviour.
tony
  I just discovered that this happens only on textareas created using ADDT and the Many-toMany server behaviour.
tony
 Replied 10 Sep 2012  06:42:09 
   10 Sep 2012  06:42:09 Teodor Kuduschiev replied: 
  Hello Tony,
Can you please specify what is this "Many-toMany server behaviour" ?
  Can you please specify what is this "Many-toMany server behaviour" ?
 Replied 10 Sep 2012  07:08:10 
   10 Sep 2012  07:08:10 tony dolce replied: 
  Hi Teodor,
the Many-To-Many server behaviour is part of the adobe ADDT extensions (ex-interakt extensions).
It allow you to link two database tables with a many-to-many relation.
I fixed the problem changing a php.ini setting "magic_quote_gpc" from on to off.
This way, it works.
ciao
tony
  the Many-To-Many server behaviour is part of the adobe ADDT extensions (ex-interakt extensions).
It allow you to link two database tables with a many-to-many relation.
I fixed the problem changing a php.ini setting "magic_quote_gpc" from on to off.
This way, it works.
ciao
tony
