An Example
The fundamental philosophy of AJAX is to load the static parts of your webpage only once, and request a small amount of information about the bits that change from a server. This makes changing the displayed data much faster.
I have access toPHP on this webserver but I will not dwell on the server [...]

continue reading.....