Code: Select all
header("Content-Type: text/xml");so i thought i should add the right encryption to somewhere and thought,
Code: Select all
header("Content-Encoding: ISO-8859-1");so whats the correct header value?
Moderator: General Moderators
Code: Select all
header("Content-Type: text/xml");Code: Select all
header("Content-Encoding: ISO-8859-1");Code: Select all
header('Content-Type: text/html;charset=ISO-8859-1');