AJAX is an acronym for asynchronous JavaScript and XML. Using JavaScript on a website allows for complete control over the display and offers functionality like that of PHP, but it is running directly on the computer it is being viewed on. Using AJAX a website can offer a wide range of interactive functionality without needing to reload an entire HTML page; JavaScript can access information from the internet and display it directly in the current page, even replacing or removing entirely other content.
