News Feed
Jobs Feed
Sections




News Archive
PHPBuiilder.com:
Using Get and Post Methodology in AJAX Applications
December 17, 2008 @ 10:21:48

On the PHPBuilder.com site Anthony Corbelli has a new tutorial looking at the differences between using GET and POST in the context of an Ajax-enabled application.

GET is typically used when you simply need to retrieve data and POST is used when you want to change the state of the server (i.e. send/update data on the server). This article will discuss how we use GET and POST methodology in our Ajax applications!

Complete code for his examples is included - both the Javascript and PHP sides. His example handles both GET and POST requests the same way, returning the city and zip information.

1 comment voice your opinion now!
ajax application tutorial methodology request method


blog comments powered by Disqus

Similar Posts

DevShed: The Call Magic Function in PHP 5

DevShed: Introducing SimpleXML in PHP 5

Job Posting: Amvona.com Seeks Web Application Developer (Mansfield, MA)

Arnold Daniels' Blog: How I PHP: The Output Handler

PHPBuilder.com: Using Zend_Search_Lucene, the PHP Lucene Implementation


Community Events









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


zendframework2 testing database unittest podcast community framework composer interview phpunit tool release development api code opinion example object language introduction

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