PHP On-The-Fly!
By Dennis Pallett2005-05-26
How does it work?
Now, there is a new way of executing a PHP script without having to reload the page. The basis behind this new way is a JavaScript component called the XML HTTP Request Object. See http://jibbering.com/2002/4/httprequest.html for more information about the component. It is supported in all major browsers (Internet Explorer 5.5+, Safari, Mozilla/Firefox and Opera 7.6+).
With this object and some custom JavaScript functions, you can create some rather impressive PHP applications. Let's look at a first example, which dynamically updates the date/time.
Tutorial pages:
|
|
|||||||||
You might also want to check these out:
|
Leave a Comment on "PHP On-The-Fly!"
You must be logged in to post a comment.
Link to This Tutorial Page!

