logo
PHP - AJAX and MySQL Database
AJAX can be used to interacting with the database. You don't have to make any extra effort. Only write the database logic in you server side page.

The following example will demonstrate how a web page can fetch information from a database with AJAX :

Sample Application