AJAX and PHP, getting data on the fly.
I find quite often that people shy away from Ajax because they feel it would be too hard to implement in to their site. This is usually not the case. This week will be the first of several tutorials that are intended to help give an understanding in to how AJAX can be used to dynamically change elements of a site. In this tutorial I will provide an AJAX engine that will be used in many other posts. I will also be discussing how to use this engine to bring data in from a PHP file and display that to a DIV on your site. Check out this example:



















