ISP and FCKEditor special char

Discussion in 'Installation/Configuration' started by hanswid, Jul 17, 2008.

  1. hanswid

    hanswid New Member

    I have ISPConfig 2.2.3 installed using the tutor from this site. Everything is set and running fine. Next I have some PHP script using FCKEditor. It also OK except that if I put some special char like : ' " ' or soething like that, PHP would not save it. Any idea what configuration that I should do? The same script runs very well on my local notebook without ISPConfig.
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Can you take a look at your database to see what PHP makes of it when it saves those characters?
     
  3. hanswid

    hanswid New Member

    looks like this (on my working local pc) :
    ----------------------------------------
    <p>menggunakan tanda baca seperti &quot; tanda petik dua dan ' tanda petik satu</p>
    ----------------------------------------

    &quot; is for " sign, meanwhile ' sign stays the same
     
  4. falko

    falko Super Moderator ISPConfig Developer

    When you open the page that contains that text, what does it look like in the HTML source code?
     
  5. hanswid

    hanswid New Member

    well i m not sure what you mean by that. It displays well on my local notebook, and on ISPConfig it can't be displayed since it's not able to be saved.
     
  6. falko

    falko Super Moderator ISPConfig Developer

    I think you want to show that text that you save in the FCKeditor on some page. If you call that page in a browser and look at the HTML source code, what does the text look like?

    What does ISPConfig have to do with the FCKeditor?
     

Share This Page