News Feed
Jobs Feed
Sections




News Archive
Matthew Batchelder's Blog:
Writing Your Server-Side Ajax Handler
March 23, 2006 @ 12:37:17

Matthew Batchelder describes in his latest post about the other half of an equation he demonstrated in this previous post - the creation of an Ajax handler.

In my recent post on 'Ajax; Templating; and the Separation of Layout and Logic,' I refer to an Ajax Handler that sits server side to handle Ajax calls. Some elaboration is in order.

As I have stated in the past, I'm a huge fan of Prototype AND I choose PHP as my language of choice...so my examples will be using both, but the idea is portable.

His example is a very basic one, pulling in the data from the $_GET values and, with a combination of dynamic function calls and the use of eval(), provides a simple "framework" to handle your Ajax calls. There are two versions of the same thing - one using if statements and the other a switch and various cases.

0 comments voice your opinion now!
ajax server-side handler if statement switch dynamic function ajax server-side handler if statement switch dynamic function


blog comments powered by Disqus

Similar Posts

Job Posting: Assembleron Ltd Seeks PHP 5/MySQL/Ajax Developers (Reading, UK)

Phil Thompson's Blog: 7 PHP functions that saved my life

Joshua Eichorn\'s Blog: Looking for HTML_AJAX Success Stories

Kore Nordmann's Blog: Evil bugs in your code

Matthew Batchelder\'s Blog: Writing Your Server-Side Ajax Handler


Community Events











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


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

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