AJAX (Asynchronous JavaScript And XML). Ajax is the interrelated web development method used in client side web application development.By using ajax we can send data to web server without interrupting user, browser, display and also behavior of the current page. This type of data transfer is called as Asynchronous or Process in Background.
In Ajax all information like image, content or video whatever it may be all the data is retrieved in XMLHttp Request Object.
Basic Ajax example:
In this example I will explain you basic Ajax and PHP integration .
CREATE TABLE `demo`.`article` ( `id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY , `category` VARCHAR( 10 ) NOT NULL , `title` VARCHAR( 255 ) NOT NULL , `link` VARCHAR( 255 ) NOT NULL ) ENGINE = MYISAM ;
This is a good article.
ردحذف