Ajax with PHP using responseXML

AjaxTutorial.net has a simple to follow tutorial on using Ajax with PHP. This tutorial returns data back in the XML format rather than text/html or Javascript.

I’ll start off with a very basic technique of using Ajax with the responseXML (not responseText). responseXML basically means that the returned values is in an XML format. The other option would be to use responseText which in many cases would be the simplest method. But true Ajax uses XML (as the X in the name suggests).

View the full tutorial here

Technorati Tags: technorati , technorati , technorati , technorati


About this entry