processing Ajax

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
arpowers
Forum Commoner
Posts: 76
Joined: Sun Oct 14, 2007 10:05 pm
Location: san diego, ca

processing Ajax

Post by arpowers »

hey guys,

just trying to learn how to do some ajax...

can someone give me the basics of how these are processed?

I will be using the prototype library and in these they ask for a url.
which url is this?
how do you process this information on the server side, with php? thats whats confusing me right now...
\
THX as always:)
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Post by califdon »

Enter the following in Google search box:

ajax tutorial

You will find more good Ajax tutorials than you will ever have time to read.
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

Searching on these forums would probably have found some as well. Two topics that may be of interest...

XMLHttp tutorial (who's online example)
Dynamic/Chained Selects using Ajax Prototype/JQuery
Post Reply