[11-Jan-2007 08:16:05] PHP Warning: file_get_contents(Inserisci feed url) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: No such file or directory in /home/unime1/public_html/portal/modules/Multiheadlines/functions.php on line 608
Code:
if (($contents=file_get_contents($rss)) <> false) {
$pubdate="";
$infos = explode(" ",$contents);
$enc=explode("=", $infos["2"]);
$encoding = strtoupper(eregi_replace("\"", "", trim($enc["1"])));










