News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Ajax and PHP The Simple Way
March 17, 2010 @ 12:48:51

Marc Plotz has written up a new tutorial for PHPBuilder.com introducing a simple way to get started combining PHP and Ajax with a "Google Suggest" type of example.

When you use Ajax with PHP, PHP does the calculations that it needs to do on the server and sends the result back to the page. You then use JavaScript to display these results in a predefined place. The demo application you will learn how to build in this article is a very simple Suggestion box, just like the one that Google made famous and thus ushered in the Ajax era.

The example (you can download it here) creates a basic form text field and the Javascript you'll need to make the callback to the waiting PHP script. It doesn't use any external libraries (like jQuery or Prototype) so be ready for bare-bones Javascript.

0 comments voice your opinion now!
tutorial ajax suggest


blog comments powered by Disqus

Similar Posts

The Bakery: Four New Articles - Load Balancing, Request Info, UUID Behavior & Upload Thumbnails

IBM developerWorks: Locking down your PHP applications

Make Me Pulse: Using the Zend Framework URL rewriting

Windows IIS Blog: Debugging WINCACHE on Windows using Visual Studio - Basic

The Bakery: Five New Posts - Releases/Articles/Tutorials


Community Events











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


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

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