AJAX Introduction June 10, 2019 AJAX is about updating parts of a web page, without reloading the whole page. What is AJAX? AJAX = Asynchronous JavaScript and XML. AJAX is ...
AJAX and PHP June 10, 2019 AJAX is used to create more interactive applications. AJAX PHP Example The following example will demonstrate how a web page can communicate...
AJAX and MySQL June 10, 2019 AJAX can be used for interactive communication with a database. AJAX Database Example The following example will demonstrate how a web page ...
AJAX and XML June 10, 2019 AJAX can be used for interactive communication with an XML file. AJAX XML Example The following example will demonstrate how a web page can ...
AJAX Live Search June 10, 2019 AJAX can be used to create more user-friendly and interactive searches. AJAX Live Search The following example will demonstrate a live searc...