What is Ajax in PHP

In this article I am going to explain Role of Ajax in PHP.
  • 1519

Introduction

  •  Ajax stands for Asynchronous JavaScript and XML.

  •  It is a technique about updating parts of web page mean in which we can changes in web pages dynamically when required without reloading the whole page.

  • Ajax basically used for creating fast and dynamic web pages.
  • It is based on W3C standards.

  • It is an umbrella term for a collection of web development technologies used to create interactive web applications.

  • It established web development technologies to gain interactivity between users and servers through multiple client sided server connections in the background.

  • It allows to integrate web applications in web browsers, as a consequence the borders to desktop applications are disappearing.

  • AJAX is a kind of framework that leads Web programming into the direction of Web 2.0, the new generation of using and developing the internet.

  • In this changes are made immediately without requiring a page refresh.

  • Ajax interactions can be used to do things such as validate form entries using server-side logic and retrieve detailed data from the server

  • AJAX programmer can use JavaScript code to get content from server machine without re-loading the complete webpage.

Example of Ajax: Google, Google Maps, Gmail, Youtube, and Facebook tabs.

You may also want to read these related articles Click here

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.