Forum Moderators: coopster
What's the best way to escape Text/HTML for an RSS 2.0 Feed using PHP? Can RSS descriptions contain HTML?
And... How might I escape out those "Mikrsooft" characters that I know the author will copy into the RSS descriptions?
Thanks in advance,
Jeff
$escaped_text = htmlentities( $text, ENT_QUOTES );