Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Zend Developer Zone:
Building AJAX Applications with PHP and HTML_AJAX
Jan 27, 2009 @ 17:19:28

In a recent post to the Zend Developer Zone Vikram Vaswani takes a look at using AJAX quickly and easily in your applications with the help of the HTML_AJAX PEAR package.

Well, PHP is commonly used on the server end of the connection, to handle AJAX requests and send back responses. But that isn't all it can do - with a little PEAR package called HTML_AJAX, you can use PHP to significantly simplify the work that goes into building and deploying an AJAX application. That's where this article comes in. Over the next few pages, I'm going to give you a quick run-down on the PEAR HTML_AJAX class, together with a few examples of how you can use it to AJAX-ify various Web applications.

He goes through the whole process - installing the package and five example scripts to show it in action:

  • Pulling from a simple database table of book and author information
  • Calculating simple interest
  • Creating a simple calendar
  • Evaluating an inputted number
  • Simple login validation
tagged: ajax application htmlajax pear package tutorial

Link:

Joshua Eichorn's Blog:
Writing again (HTML_AJAX Manual)
Nov 16, 2006 @ 16:36:00

Joshua Eichorn has gotten back to work on the HTML_AJAX manual and has changed things over to a bit more public forum - a new wiki.

There's all sorts of content already populated there, including getting started with HTML_AJAX, exporting your PHP classes correctly and much more. There's also links to the project's PEAR homepage and the API documentation to help you get down to the small stuff.

It's definitely coming along nicely and is a great repository for all things HTML_AJAX. And, since it's a wiki, things like spelling mistakes and new content can be added at any time.

tagged: htmlajax pear package ajax manual wiki htmlajax pear package ajax manual wiki

Link:

Joshua Eichorn's Blog:
Writing again (HTML_AJAX Manual)
Nov 16, 2006 @ 16:36:00

Joshua Eichorn has gotten back to work on the HTML_AJAX manual and has changed things over to a bit more public forum - a new wiki.

There's all sorts of content already populated there, including getting started with HTML_AJAX, exporting your PHP classes correctly and much more. There's also links to the project's PEAR homepage and the API documentation to help you get down to the small stuff.

It's definitely coming along nicely and is a great repository for all things HTML_AJAX. And, since it's a wiki, things like spelling mistakes and new content can be added at any time.

tagged: htmlajax pear package ajax manual wiki htmlajax pear package ajax manual wiki

Link:


Trending Topics: