Hey,
I’m wondering how I can seperate the results to a mysql query among multiple pages (like how Google works). Like at the bottom it would have “<< 1 2 3 4 5 6 7 8 9 >>”. I pretty much want it to work just like the Google one works.
Thanks,
-Nick
Hey,
I’m wondering how I can seperate the results to a mysql query among multiple pages (like how Google works). Like at the bottom it would have “<< 1 2 3 4 5 6 7 8 9 >>”. I pretty much want it to work just like the Google one works.
Thanks,
-Nick
Anyone? Please?
-Nick
What kind of datasource are you using?
If it’s MySQL, just search the manual for LIMIT.
Awesome!!! Thank you sooo much!!
-Nick