Hello, Any one has any idea about Ajax php Paging script......Does any one has done any thing like this in php
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...