Basic: Home HTML CSS XML Javascript ASP PHP SQL MORE..
Basic: Home HTML CSS XML Javascript ASP PHP SQL MORE..
Basic: Home HTML CSS XML Javascript ASP PHP SQL MORE..
PHP Basic
PHP
PHP
PHP
PHP
PHP
PHP
PHP
PHP
PHP
PHP
PHP
PHP
PHP
PHP
PHP
PHP
HOME
Intro
Install
Syntax
Variables
String
Operators
If...Else
Switch
Arrays
While Loops
For Loops
Functions
Forms
$_GET
$_POST
PHP Advanced
PHP
PHP
PHP
PHP
PHP
PHP
PHP
PHP
PHP
PHP
PHP
Date
Include
File
File Upload
Cookies
Sessions
E-mail
Secure E-mail
Error
Exception
Filter
PHP Database
MySQL Introduction
MySQL Connect
MySQL Create
MySQL Insert
MySQL Select
MySQL Where
MySQL Order By
MySQL Update
MySQL Delete
PHP ODBC
PHP XML
XML Expat Parser
XML DOM
XML SimpleXML
PHP Reference
PHP
PHP
PHP
PHP
PHP
PHP
PHP
PHP
PHP
PHP
PHP
PHP
PHP
PHP
PHP
PHP
PHP
PHP
Array
Calendar
Date
Directory
Error
Filesystem
Filter
FTP
HTTP
Libxml
Mail
Math
Misc
MySQL
SimpleXML
String
XML
Zip
PHP Quiz
PHP Quiz
PHP Certificate
AJAX Introduction
Previous
Next Chapter
AJAX is about updating parts of a web page, without reloading the whole page.
What is AJAX?
AJAX = Asynchronous JavaScript and XML.
AJAX is a technique for creating fast and dynamic web pages.
AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the
server behind the scenes. This means that it is possible to update parts of a web page, without
reloading the whole page.
Classic web pages, (which do not use AJAX) must reload the entire page if the content should change.
Examples of applications using AJAX: Google Maps, Gmail, Youtube, and Facebook tabs.
Google Suggest
AJAX was made popular in 2005 by Google, with Google Suggest.
Google Suggest is using AJAX to create a very dynamic web interface: When you start typing in
Google's search box, a JavaScript sends the letters off to a server and the server returns a list of
suggestions.
Previous
Next Chapter
W3Schools is optimized for learning, testing, and training. Examples might be simplified to improve reading and
basic understanding.
Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness
of all content.
While using this site, you agree to have read and accepted our terms of use and privacy policy.
Copyright 1999-2012 by Refsnes Data. All Rights Reserved.