Ethanol News
|
(.*)~iUs',$output, $out, PREG_SET_ORDER);
$outlen = count($out);
for($i=0;$i<$outlen;$i++)
{
$out2 = $out[$i][1];
preg_match('~(.*)~iUs', $out2, $out3);
$title = $out3[1];
preg_match('~(.*)~iUs', $out2, $out4);
$link = $out4[1];
preg_match('~(.*)~iUs', $out2, $out5);
$description = $out5[1];
preg_match('~(.*)~iUs', $out2, $out6);
$pubDate = $out6[1];
echo '';
?>
=$title?>
'.$pubDate.'
'.$description.'
';
}
?>
|
|