Click to See Complete Forum and Search --> : How to divide results into several pages?


jsbert
06-16-2009, 06:03 PM
Hi, everybody!

I am wondering if anyone can help me with this. I have a long list of results and I want to divide them into several pages. Any ideas of how to do this? You know like google does it.

Thank you much

criterion9
06-16-2009, 06:05 PM
What language are you using to grab the results from your SQL DB of choice? I would suggest posting to the appropriate server-side board since you would probably get better help that way.

jsbert
06-16-2009, 06:15 PM
I'm using mysql and php in an apache server

criterion9
06-16-2009, 10:18 PM
There are many tutorials online found with a quick php pagination search:

http://www.sitepoint.com/article/perfect-php-pagination/
http://php.about.com/od/phpwithmysql/ss/php_pagination.htm
http://www.phpeasystep.com/phptu/29.html
http://www.tonymarston.net/php-mysql/pagination.html

jsbert
06-17-2009, 07:35 PM
thank you very much