PHP and AJAX
AJAX Introduction
AJAX = Asynchronous JavaScript and XML
AJAX is not a new programming language, but a new technique for creating [...]
AJAX XMLHttpRequest
The keystone of AJAX is the XMLHttpRequest object.
AJAX uses the XMLHttpRequest object
To get or send information from/to a database or [...]
PHP Example – AJAX Suggest
AJAX can be used to create more interactive applications.
AJAX Suggest example
The following AJAX example will demonstrate how a [...]
PHP Example – AJAX and XML
AJAX can be used for interactive communication with an XML file.
AJAX XML example
The following example will [...]
PHP Example – AJAX and MySQL
AJAX can be used for interactive communication with a database.
AJAX database example
The following example will demonstrate how a [...]
PHP Example – responseXML
responseText returns the HTTP response as a string.
responseXML returns the response as XML.
AJAX ResponseXML example
The ResponseXML property returns an XML [...]
PHP Example – AJAX Live Search
AJAX can be used for a more user-friendly and interactive search.
AJAX Live Search
In this example we [...]
PHP Example – AJAX RSS Reader
An RSS Reader is used to read RSS Feeds.
AJAX RSS Reader
In this example we will demonstrate an RSS reader, where [...]
PHP Example – AJAX Poll
AJAX Poll
This example will demonstrate a poll where a web page can get results without reloading.
Do you like [...]
