[snip]
I'm trying to build a news panel for my home page. Basically I want to 
present the five most recent news articles in a recordset, but I'm not 
sure how to cut off the recordset after 5.

[/snip]

use LIMIT 5 as the last bit of your query

Jay

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to