Any idea about Ajax php Paging script???

Discussion in 'PHP' started by VishalVasani, Sep 3, 2007.

  1. #1
    Hello,

    Any one has any idea about Ajax php Paging script......Does any one has done any thing like this in php
     
    VishalVasani, Sep 3, 2007 IP
  2. webrickco

    webrickco Active Member

    Messages:
    268
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #2
    I have written a very simple code in Ajax coding. I have 2 combo, and the content of the second depends of the content chosen for the first. So instead of reloading the whole page each time the user chose in the first combo, i call Ajax to call a simple Php code that fills my second combo accordingly. Really no big deal, but the effect is much nicer.

    I took this example from a very simple tutorial on http://www.w3schools.com/ajax/ajax_example.asp (very simple to understand the step by tep approach).

    If you want my code, just let me know...
     
    webrickco, Sep 3, 2007 IP