View file file/newsdate.php

File size: 137B
<?php

$qi = mysql_query("select * from `news` order by id desc limit 1;");
$row=mysql_fetch_array($qi);
echo "".$row['date']."";
?>