News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Using Ajax with PHP to Create an Interactive Web Page
October 18, 2006 @ 14:41:00

PHPBuilder.com continues in their series of exceprt from the Sams Publishing book "PHP 5 in Practice" with this quick snippet showing how to create an interactive web application by combining PHP and Ajax.

A full discussion of Ajax is not within the scope of this book and would be mostly a discussion of JavaScript, not PHP. However, the listings in this section demonstrate one quick example that shows how Ajax can call a PHP script, pass it data, and display the results back to the user.

Their simple example makes a "time service" that can be pulled from any remote script (in the domain, of course). The PHP for the backend is simple - just echoing out the current time, and the HTML/Javascript is simple too, making a basic XMLHttpRequest call to the backend script.

0 comments voice your opinion now!
ajax interactive web page excerpt php5 time service tutorial ajax interactive web page excerpt php5 time service tutorial


blog comments powered by Disqus

Similar Posts

CorePHP Blog: A Guide to running Apache 2, PHP 4 & PHP 5 on Windows XP

PHPBuilder.com: Web Services Implementation using PHP and SOAP

Zend Developer Zone: Pro PHP XML and Web Services Sample Chapter

NETTUTS.com: Mimicking Apple's Address Book for the Web

ThinkPHP Blog: Extending class SoapServer (PHP5) for debugging


Community Events











Don't see your event here?
Let us know!


framework api zendframework2 series testing composer release podcast community example conference tool unittest introduction language opinion development interview functional code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework