
Do you need to install anything else if you want to design a website using AJEX?
anyone tell me if you want to develop a website using AJAX do u need to install anything else other then php, mysql, and apache server?
Make sure first you have a back-end, a php or asp or .net script to answer your AJAX’s call. Ajax calls your script via a URL (much like a human user would), with parameters included (http://www.mydomain.com/somefolder/myscript.php?pet=cat&fruit=banana).
I highly recommend using a Javascript library, and using their system for AJAX. The most popular are Jquery and MooTools.
To use jquery, first you download it from http://www.jquery.com, then, as they indicate in their getting started example, enter this HTML in the
area…
Then, for the Ajax call, you’d use something like..
Benefit is you have to use nice, structured code, you have lots of other options, and best of all, you can easily add other javascript features.
Php For Dummies – Php Tutorial 12