Hi.
Can smobody help me to convert #{description} in this code from UTF to ISO? I dont know how how use this function here.
Thx.
<?
$html = " <table id='dowcip' cellpadding='1' cellspacing='0' align='center' ><tr>\n";
$html .= " <td>#{description}\n";
$html .= " </td>\n";
$html .= " </tr></table>\n";
$rss = new rss_parser("http://www.dowcipdnia.vcx.pl/rss.xml", 1, $html, 1);
?>