How to get result of URL submission including XML string?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tsikes
Forum Newbie
Posts: 1
Joined: Wed Dec 18, 2002 2:36 pm
Location: Durham, NC

How to get result of URL submission including XML string?

Post 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
Post Reply