Ajax Search Form

PHP Ajax MySQL Search Form

Functionality: 1. Real Time search and show the result on page with Ajax. ;) 2. Simple Style. Installation First create the database and make table using this SQL code below. CREATE TABLE countries ( id INT NOT NULL PRIMARY KEY AUTO_INCREMENT, name VARCHAR(50) NOT NULL ); In countries table what you put in name column it will be the search result and so on. ;) Then, Just change the backend-search