Ajax and PHP

AJAX Suggest
In the AJAX example below we will demonstrate how a web page can communicate with a web server online as a user enters data into a web form.

Type a Name in the Box Below
First Name: Suggestions:
This example consists of three pages:

a simple HTML form
a JavaScript
a PHP page

The HTML Form
This is the HTML page. [...]