Thread: auto_increment
View Single Post
Old 02-26-2003, 10:02 PM   #7 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,489
sde is on a distinguished road
you can change the 'limit 5' to 'limit 10' or however many news posts you want to limit it too .. if you want to completely eliminate the limit, i just take it off
PHP Code:
$result=mysql_query("select * from news order by id desc"); 
i would suggest putting some limit on it though
sde is offline   Reply With Quote