Posted on June 29, 2008 by anandshahil
AJAX can be used for interactive communication with an XML file.
AJAX XML Example
In the AJAX example below we will demonstrate how a web page can fetch information from an XML file using AJAX technology.
Select a CD in the Box Below
Select a CD: Bob Dylan Bee Gees Cat Stevens
CD info will [...]
Filed under: php stuff | Tagged: Ajax, ajax and php xml example | Leave a Comment »
Posted on June 29, 2008 by anandshahil
AJAX = Asynchronous JavaScript And XML
AJAX is an acronym for Asynchronous JavaScript And XML.
AJAX is not a new programming language, but simply a new technique for creating better, faster, and more interactive web applications.
AJAX uses JavaScript to send and receive data between a web browser and a web server.
The AJAX technique makes web [...]
Filed under: php stuff | Tagged: Ajax | 4 Comments »