Hello...

I often have an ASP (and now a few PHP) pages that effectively get a recordset and print the entire contents in a table.

Obviously if there are lots of records the table ends up huge and takes longer for the browser to load. I've seen on many sites (these forums, search engines like Yahoo! and Google, etc) that a page will list say 10 or 20 records then have links going to the next, pevious, first & last pages. On Google there is is even a string of numbers allowing you to navigate straight to a specific page.

So...the big question! Can someone show me how to do this please?

I'd like to be able to do it in ASP & PHP.