AJAX TUTORIAL THE PHP CONCEPT LIBRARY

AJAX TUTORIAL

Written by admin

The full form of AJAX is “Asynchronous JavaScript and XML“.Ajax is not a new Programming language, but a new way to use existing standards.

it is a technique, rather than a framework.it allows web pages to behave less like flat document and more like dynamic website apps that users might expect from their desktop environments.ajax techniques can be used for all recent browsers(including Internet Explorer and Netscape/Mozilla, chrome, etc.)

The main purpose of using Ajax is to enable web applications to extract data from the various servers in an asynchronous manner; means that the web applications retrieve information from the server in the background without requiring the user to refresh the web page.

Ajax is the technique of exchanging data with a server and update parts of a web page without reloading the whole page. Ajax technology is based on the HTTP request, an API that can be used with most of the web browser scripting languages. Ajax is used mainly to build a fast, dynamic website but also to save resources.

How does AJAX works

Advantages of using AJAX

  • The full form of AJAX is “Asynchronous JavaScript and XML
  • Allows the user to continue interacting with the web page while waiting for data to be returned.
  • The page can be updated without refreshing the browser.
  • Results in a better user experience
  • There are AJAX libraries that reduce the amount of JavaScript code that must be written.
  • Ajax is used mainly to build a fast, dynamic website but also to save resources.

About the author

admin

Hi there! I'm Shiv Gupta. I specialized in building Websites. I write blogs in my free time. I really like to find out and share my knowledge with others.I founded ThePhpConcept in March 2020. I started this blog in order that I can interact with some like-minded people and also help people learning PHP, Mysql, jQuery, Html, and PHP Projects and related technologies.
Support-thephpconcept@gmail.com

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.