AJAX technology (AJAX = Asynchronous JavaScript And XML) is a developer’s dream because it can be used to update the content of a web page without reloading the whole page. As you know it is possible to update parts of a web page without refresh the whole page or reloading the page. In conventional web […]
AJAX
Sample code to list the author names in xml using AJAX
AJAX is a browser based technology to change the contents in a particular portion of a web page without reloads the whole page. AJAX is not a programming language. AJAX is based on browser built in object to change the contents in a web page without reload the whole page. This tutorial mainly focused on […]
Change the contents of a web page using AJAX in PHP
This is a small example to learn button click event to change the contents of a web page using AJAX in PHP. AJAX is mainly focused on changing the content of a web page without reload the whole page. Only a small portion of a web page gets refreshed by sending the data to the […]