Forum Moderators: coopster
<?
@$aepublic->DBQuery("SELECT * FROM multimedia where homepage =1 ORDER BY ID");
while ($aepublic->DBGetRow())
{
//$filename=$aepublic->access["file"];
?>
it now start from the lower ID to the higher one ..
example:
if a file has an ID "10" & another has an ID "11"
he will get the file with the "10" first .. i need to get the file with the "11" so that the most recent one is in the top ..
anybody help ...