Want to Learn AJAX. Plz send if you have any useful links.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Want to Learn AJAX. Plz send if you have any useful links.

Post by requinix »

cpetercarter
Forum Contributor
Posts: 474
Joined: Sat Jul 25, 2009 2:00 am

Re: Want to Learn AJAX. Plz send if you have any useful links.

Post by cpetercarter »

This is not a link, but a tip.

AJAX is a lot easier if you use jquery, because jquery deals with the tiresome business of browser differences for you, and gives you some relatively easy tools for constructing AJAX calls and placing the result on the web page.
DaiLaughing
Forum Commoner
Posts: 76
Joined: Thu Jul 16, 2009 8:03 am

Re: Want to Learn AJAX. Plz send if you have any useful links.

Post by DaiLaughing »

If you know Javascript and PHP then you already know AJAX apart from two things:

http://www.yourwebskills.com/ajaxintro.html
cpetercarter
Forum Contributor
Posts: 474
Joined: Sat Jul 25, 2009 2:00 am

Re: Want to Learn AJAX. Plz send if you have any useful links.

Post by cpetercarter »

jquery is a JavaScript library which makes a whole load of things, including AJAX, a lot simpler than in "raw" JavaScript.

Code: Select all

List of jquery tutorials
Post Reply