Jump to content

php pagination collapse and help!


saravanataee

Recommended Posts

Dear all,

             Here is my scenario,

 

I have a php page called index.php which is linked to dashboard. At the index page i will have 40-50 href's each with a id like

 

dashboard.php/subcat=1

 

When a user click's particular href they will be forwarded to a page called dashboard and there i get this id.

 

$subcat=$_REQUEST['subcat'];

 

This dashboard is dynamic. In this page i have three different div's. Each with different query and result display.

 

For example:

 

My first div has a query and some 50 results. I want a display first four rows and remaining as a ajax pagination. similarly for the other two div's.

 

There is no problem in using ajax pagination because it will be executed in different page and result will be display here.

 

But the real problem is in each of my query i should pass the original subcat id which is what make the dashboard dynamic.

 

Now, i need someway to pass this dynamic id for my external pagination for each query.

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.