I am working on my site and i need some help on it. I am trying to get the oldest submition to the databse so i order it by the id and then i only want one so i have the folowing code in:
$result = mysql_query(“select * from news_main order by id limit 1”);
what should i do to make it grab the highest id number?