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

Zend Developer Zone: Extending Zend Server GUI – Data Cache Information

PHPMaster.com: Understanding OAuth - Tweeting from Scratch, Part 2

ITNewb.com: Generating Session IDs and Random Passwords with PHP

DevShed: A Quick Overview of the XML DOM Extension in PHP 5

Thomas Larsson\'s Blog: Asynchronous file upload with AJAX progress bar in PHP


Community Events











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


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

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