Thread: auto_increment
View Single Post
Old 02-26-2003, 10:51 PM   #5 (permalink)
trevor
Code Monkey
 
Join Date: Jan 2003
Location: Canada
Posts: 91
trevor is on a distinguished road
ok,

I tried the:

$result=mysql_query("select * from news order by id desc limit 5");

but it only shows my FIRST 5 posts, so the most recent posts after the first 5 dont show?
trevor is offline   Reply With Quote