paging with ajax

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
parveen.sehrawat
Forum Newbie
Posts: 8
Joined: Wed Aug 09, 2006 6:50 am

paging with ajax

Post by parveen.sehrawat »

can anybody help me how do paging with ajax
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

Maybe.
User avatar
ddragas
Forum Contributor
Posts: 445
Joined: Sun Apr 18, 2004 4:01 pm

Post by ddragas »

If you post problem or something else
parveen.sehrawat
Forum Newbie
Posts: 8
Joined: Wed Aug 09, 2006 6:50 am

paging with ajax

Post by parveen.sehrawat »

Sorry i mean how to do paging with ajax
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

the same way you do with php, by page/row/item number.

What problem(s) are you experiencing?

We will be happy to assist you, but we are not prepared to do it for you (not without a price anyway.)

:)
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

It's done exactly the same as paging would normally be done.. just with slightly different output. How much different depends on your client-side Ajax handling.
Post Reply