
Ajax
AJAX stands for Asyncronous JavaScript And XML. With AJAX you can do wonderful stuff:
- Update a web page without reloading the page
- Request data from a server - after the page has loaded
- Receive data from a server - after the page has loaded
- Send data to a server - in the background
Ajax works with PHP, XML, ASP, MySQL etc.
br>