I have an RSS feed that is loaded, the xml file everyhting looks ok but once its displayed on my site something goes wrong
it appears as if ' become suddenly ’t
how can I fix that?
see example http://www.xsibase.com/rssl/rss2html.php
thanks
Try this:
$my_data = htmlentities( $my_data, ENT_QUOTES, 'UTF-8' );
voidstate