Ajax anh PHP XML example

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 [...]

AJAX

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 [...]