/AJAXDemo1

Very simple example to showcase AJAX capabilities, using PHP powered server and very simple database to dynamically update table on the client

Primary LanguageJavaScript

Simple AJAX Example

What it does

Pulls data from MySQL database and builds table using JavaScript HTML file has a simple functionality to add more data to the database then automatically updates the table and without reloading the whole page.

Acknowledgements

Method that builds the table from link

Based on "an older" AJAX tutorial by buckyroberts


SQL script to create database is present in ajaxphp1.sql file.