Search found 6 matches
- Wed Nov 15, 2006 4:58 pm
- Forum: PHP - Code
- Topic: Splitting list within a page
- Replies: 8
- Views: 464
- Wed Nov 15, 2006 10:55 am
- Forum: PHP - Code
- Topic: Splitting list within a page
- Replies: 8
- Views: 464
- Wed Nov 15, 2006 9:52 am
- Forum: PHP - Code
- Topic: Splitting list within a page
- Replies: 8
- Views: 464
Split the list - Sorted - after a fashion
I have sorted the problem for now, albeit a bit inelegantly by using separate queries and limits as follows: LIMIT 0,5 LIMIT 6,5 LIMIT 11,5 LIMIT 16,5 LIMIT 21,5 etc Anyone have a suggestion how we could accomplish this so that no matter how many records were called it would limit them in the above ...
- Wed Nov 15, 2006 8:36 am
- Forum: PHP - Code
- Topic: Splitting list within a page
- Replies: 8
- Views: 464
- Wed Nov 15, 2006 8:20 am
- Forum: PHP - Code
- Topic: Splitting list within a page
- Replies: 8
- Views: 464
- Wed Nov 15, 2006 7:28 am
- Forum: PHP - Code
- Topic: Splitting list within a page
- Replies: 8
- Views: 464
Splitting list within a page
I want to be able to split a list within a page so that I can insert an instruction after every 10 results or so
- for example a #top link.
I have tried to customise a paging script but that limits the number of results per page.
Any thought on how that could be achieved?
Ian
- for example a #top link.
I have tried to customise a paging script but that limits the number of results per page.
Any thought on how that could be achieved?
Ian