xml include question (xml newbie)

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
arie
Forum Newbie
Posts: 1
Joined: Wed Jan 15, 2003 3:55 pm

xml include question (xml newbie)

Post by arie »

I run a post nuke site (thatware) and need to a content call from another site in either .js or xml. Js is easy, but I have no idea how to work with xml.

I take it that there are 3 ways to pull from the content site: Soap, HTTP Post or Get. That's about all I know.

Thanks for your help!
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

might be easier if we know the format of the requested document and what you're trying to achieve. can you provide a sample link?
Post Reply