News Feed
Jobs Feed
Sections




News Archive
EasyPHPWebsites.com:
Gluing jQuery and PHP Together with JSON
June 24, 2009 @ 10:28:22

The EasyPHPWebsites site has posted the next tutorial in their series looking at combining PHP and Ajax to make more powerful applications. In this new article they look at the combination of PHP and jQuery as connected by JSON messages.

The ability to create powerful Web interfaces using AJAX is accomplished thanks to the marrying of a server-side language such as PHP and the client-side JavaScript language. But how is data passed between a script executing on the server and another executing within the user's browser, all without going through the usual request-response process which requires the page to reload?

The jQuery/JSON "glue" is one alternative and the option he explores. He briefly introduces JSON and its format before getting into the jQuery use of it or the PHP code behind it. Thankfully, PHP has a handy function to make things easier for the developer - the json_encode and json_decode functions.

0 comments voice your opinion now!
tutorial json jquery


blog comments powered by Disqus

Similar Posts

WebReference.com: Using PHP Encryption for Login Authentication

Zend Developer Zone: Leveraging Zend Framework Components from Adobe Flash Platform Applications

Do It Yourself Web Development: Setting Up Composer PHP Dependencies Manager in Windows

Rudi's Blog: Get torrent data with PHP

Brian Swan's Blog: Using the Windows Azure Tools for Eclipse with PHP


Community Events









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


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

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