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).
About this entry
You’re currently reading “Ajax with PHP using responseXML,” an entry on Ajax Lessons

- 3.3.06 / 1am

No comments
Jump to comment form | comments rss [?] | trackback uri [?]