Hi friend, I just want the paging like the google adsense. Means paging using the ajax.. How could i do this.? Please send me reference if any Thanks.
+1
A:
It's called pagination.
The answer is somewhat long and have been covered in a lot of places.
I'd recommend you this one, which seems clean and detailed:
http://www.problogdesign.com/wordpress/how-to-ajax-post-pagination-in-mootools/
Googling for it should also give you more examples:
http://www.google.com/search?q=php+pagination+ajax
Hope that helps! :)
Edit:
Try this one for PEAR:
http://www.alberton.info/pear_pager_tutorial_article_pagination.html
Edit2:
Sorry, the first one is just pagination.
This other one for the AJAX version:
http://www.alberton.info/pear_pager_tutorial_javascript_navigation.html
Did it help?
Carlos Lima
2009-06-29 06:33:05
i have gone through these links but its require lots of customization, i m using PEAR. will PEAR provide any class link this????
Avinash
2009-06-29 07:05:09
For simple paging currently i m using this code, but at this time i need to load next data without reloading the current page, that's why i have to use ajax for that.. Thanks....
Avinash
2009-06-29 07:19:09
Glad to help :-)
Carlos Lima
2009-06-29 07:23:03
thanks a lot it will work for me :) Thanks
Avinash
2009-06-29 09:11:35