|
|
Charlotte mecklenburg school.
We strive to provide only quality articles, so
if there is a specific topic related to school
that you would like us to cover, please contact
us at any time.
And again, thank you to those contributing daily
to our school website.
(.*)", $readfile ,$arrayreg);
$filechunks = explode("- ", $arrayreg[0]);
$count = count($filechunks);
echo '';
for($i=1 ; $i<=$count-1 ;$i++) {
ereg("(.*)",$filechunks[$i], $title);
ereg("(.*)",$filechunks[$i], $links);
ereg("(.*)",$filechunks[$i], $description);
echo str_replace('hxaxh','a',"".utf8_decode($title[1])."");
echo "
".utf8_decode($description[1])." ";
}
}
//
$xmlfeed = 'http://xml.newsisfree.com/feeds/45/945.xml';
parse_rss1($xmlfeed);
?>
|