Page 1 of 1

How to get result of URL submission including XML string?

Posted: Wed Dec 18, 2002 2:36 pm
by tsikes
I'm trying to pull the results of a URL submission which includes some XML data: i.e.- "http://www.somedomain.com?XML=<xmltag1> ... e</xmltag1>"
I want to get the result as a variable or array and be able to then manipulate it within the PHP and display in various ways on the PHP page. Thanks for any help! 8O