Is anyone using PHP to just spit out XML data? I'm curious if someone knows how to load XML based on a dynamic PHP page using the load method. Using MSXML parser, by sending variables (as somefile.php?o&p&q) we are running into limitations in the size of the url string that can be sent. Any way to send variables in a POST-like fashion? Any help would be greatly appreciated.