|
Ajax is a client technology. You can use whatever you want in the server to receive and process the Ajax requests.
If you are new (or not) to Javascript you had better use a Javascript framework to generate the Ajax code. Some of the most known Javascript frameworks are Prototype and Jquery.
|