PHP On-The-Fly!

New tutorial up on PHPit: PHP On-The-Fly!.

In this tutorial I explain the XML HTTP Request Object and its usefulness. There are some examples in the tutorial.

The XML HTTP Request Object is pretty cool. If you’re building a PHP application (or any other web application for that matter), then you can really do some funky stuff. You can build interfaces which are 10x better than GMail’s GUI.

One Response to “PHP On-The-Fly!”

  1. thomas Says:

    Dennis, just wanted to say how much i appreciate the tutorial. very clear explanation of XMLHTTP with good code samples. can’t believe i haven’t figured out how to use this sooner. thanks for sharing your brain with the rest of us.