I am outputting a string that consists of html content to a html file, but in the html file the html special characters are encoded (for example "
in \"
). I've even used htmlspecialcharacters_decode before using the write functions. The wierd part is that on my computer the characters are not encoded, while uploaded on some server are encoded. How can I deal with this problem?
Anticipated thanks!