Ajax-with-php

Stuart on February 28th, 2006

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 [...]

Continue reading about Ajax with PHP using responseXML