| AJAX does not need php to work. it is basically a javascript based technology so any browser which supports the XMLHttpRequest() object will support your Ajax javascript. what Ajax does is pass some data to your server side script and the php returns some values which are then displayed without reloading the page...so you could be using php 0.0 and it would all work. and you don't need any additional or special php modules to do this |