News Feed
Jobs Feed
Sections




News Archive
O'Reilly:
Migrating Web-Based PHP Applications to Ajax
May 10, 2007 @ 10:54:04

In a new tutorial on O'Reilly's ONLamp.com website today, Bill Lubanovic shows an example of moving a normal web-based PHP application over to a more Ajax-enabled environment.

In the web environment, we've typically needed hacks like populating hidden fields in a form, and regenerating the whole page, even for a tiny change. Can we make the process more rational?

This article describes a makeover of a typical database-backed web form. We'll show some old code '" a mixture of HTML, JavaScript, and PHP '" and rebuild it with modern web techniques like Ajax, and modern tools like jQuery.

In their example, they show how to take a simple form element, a select box of names, and modify it to work with an Ajax connection. Instead of having to submit the information back to to the PHP script with a form submit button, they can make a request when the user changes the select option to get that person's information. They've included all of the relevant code and some great explanation to help you recreate the example and move on to work up your own.

0 comments voice your opinion now!
migrate application ajax webbased tutorial jquery migrate application ajax webbased tutorial jquery


blog comments powered by Disqus

Similar Posts

Developer.com: Forms Validation with Symfony and Prototype

Job Posting: Morningstar, Inc Seeks Application Developer (Chicago, IL)

DevShed: Database and Password Security for Web Applications

PHPEverywhere: Simple Easy Parallel Processing in PHP

Tiffany Brown's Blog: Review: WorkSpace


Community Events











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


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

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