tags:

views:

102

answers:

6

hi friends,

i am working in php as backend . i want to start learing ajax using mootools in php. if anyone have great start tutorial pl help and send me url.

Thanks in Advance

A: 

I still have:

http://www.developertutorials.com/tutorials/ajax/getting-started-with-ajax-in-jquery-8-05-11/page1.html

bookmarked, one of the first ones I read. I recommend using jQuery or a similar framework to handle AJAX as it will save you many headaches.

Edit: This is also pretty nice

http://net.tutsplus.com/tutorials/javascript-ajax/5-ways-to-make-ajax-calls-with-jquery/
Erik
A: 

learn ajax with php

valli
A: 
Xinus
+1  A: 

Start with learning JavaScript, first. AJAX is just one part of the whole process. A protocol.

also XML .......
Xinus
@Xinus: No need for XML. Just because XMLHttpRequest is used doesn't mean you have to deal with XML. In fact, most AJAX libraries today use JSON.
A: 

First, it is highly useful to learn the XMLHttpRequest basics from here:
http://www.w3schools.com/XML/xml_http.asp
Then from there you can proceed to ajax libraries and frameworks

alemjerus
A: 

AJAX Calls using Mootools and PHP
Link : http://davidwalsh.name/basic-ajax-requests-mootools

Zaje