PDA

View Full Version : muti page links for large query results


sonny
07-30-2009, 05:33 PM
Not real sure where to post this PHP or Msql section

I though I was done with this but I guess Murphys law had other ideas
today I had over 1000 results does anyone have some code that will
break the query into multiple pages?


So I can make links like 900 results total, page 1 of 20 etc.

Thanks
Sonny

Fumigator
07-30-2009, 06:53 PM
What you are referring to is called "pagination", so if you were to google "+php +mysql +pagination" you would find a lot of resource material to help get you started, as well as many scripts and classes already written for you to install and use.

sonny
07-30-2009, 07:15 PM
What you are referring to is called "pagination", so if you were to google "+php +mysql +pagination" you would find a lot of resource material to help get you started, as well as many scripts and classes already written for you to install and use.

Your not kidding, there is a ton of great info
Thanks
Sonny