|
windowbegin("Last 10 resources","window2");
$q="select * from resources order by timeadded desc limit 10";
$db->execute($q);
while($row=$db->get()){
echo " \n";
$inf=$resource->getinfo($row);
$date=date("jS F", $inf[timeadded]);
echo "$inf[type] : $inf[name] \n";
//echo "$inf[description] Submitted:$inf[ownername] on $date \n"; echo " "; } windowend(); ?> |
Free Music Hosting Coming Soon ...Click to signup |