$term order by no desc limit 0,1 "; // print $sql; $result = @mysql_query($sql); while(list( $no, $xml_url, $title, $link, $description, $mdate, $regdate ) = @mysql_fetch_array($result)) { if ($xml_url) exe_rss_read($xml_url, $mdate, $no); } ?>