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.
looks like this (on my working local pc) : ---------------------------------------- <p>menggunakan tanda baca seperti " tanda petik dua dan ' tanda petik satu</p> ---------------------------------------- " is for " sign, meanwhile ' sign stays the same
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.
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?