Posted by davek on 07/31/06 15:41
Rik wrote: > Add " LIMIT 11, 10" to your query, and get only the rows you need. Check the > MySQL manual for the exact workings. If you want the 11th row to be the first row of your selection, that should be LIMIT 10,10 (since rows are counted from 0). d.
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming