Hello all. I need some quick help. I want to display 9 out of the however many items are in this list of things. I can do this.. BUT what I need is that I want to display 9 items starting with the 5th newest item in the interval. $q=@mysql_query("SELECT id,name,category,rating FROM games WHERE DATE_SUB(CURDATE(),INTERVAL 30 day) < added ORDER BY added DESC LIMIT 9",$DBCON); $count=5; PHP: I thought the $cout=5 would do the trick, but its not doing the job. Any help would be grateful and rep awarded. Thanks Zack