A PHP XMLHttpRequest Proxy
Tuesday, March 27th, 2007Recently I wrote an AJAX-based file explorer which uses an underlying XML document for all of its semantic structure. The idea is that a tree structure is served via PHP (in my case) or some other mechanism (in some other case) and then represented as a navigable directory structure in a browser.
The request is made […]
