Question for David Powers about displaying of a subset of records
David,
I have used your fantastic book, PHP Solutions to great success in developing my own projects.
My problem is in following your approach for displaying a subset of records from my database. In your book (page 333, php solution 12-4), you use tables, and in my design I am using CSS. Everything works great if I display the entire record set, but when I want to limit the number of records shown on a page, I can't make it work. I'm suspecting that your method using the table was 'self-governing' to the extent that the table was created based on the various parameters of the subset.
I'm not looking for a line-by-line code example, rather I would like to find a resource that might help me shed light on this problem. I have been trying things for hours today, but can not acheive my goal of limiting x-amount of subsets per page.
Any nudge in the right direction would be greatly appreciated.
Sincerely,
wordman
