guys, im having an issue with xml lately. I have high ascii characters and other various characters. Is there a simple way to fix this?
while($data = mysql_fetch_assoc($qry_rss)){
$title=htmlspecialchars($data['n_title']);
//$title=htmlspecialchars($data['n_title']);
//$title=htmlspecialchars($title);
Thanks a ton..