> From: "Vern" <[EMAIL PROTECTED]>

> How can I now get this output displyed in groups 
> of 10 so that I can display them 10 at a time on 
> a page then click a next button to dispaly they 
> next 10 and so forth?

Can't you do all that sorting in your query so you can just retrieve 10 rows at a time 
using LIMIT?

---John Holmes...

UCCASS - PHP Survey System
http://www.bigredspark.com/survey.html

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

Reply via email to