I need to download xml-files through a *.dll file, but how?

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
Elmer
Forum Newbie
Posts: 1
Joined: Fri Mar 21, 2003 3:22 am

I need to download xml-files through a *.dll file, but how?

Post by Elmer »

Can anybody help me? I've found a server who can provide me with xml-files I need for my website. But I don't know how I should do that.

They can provide me with a dll, which will download the xml-files to my server, where I can manually 'translate' them into a html-site.
I heard that it must be possible with php to write a script that activates the dll and will save the xml-files on my server.

Can anybody help with this? I'm getting a little bit desperate.


Greetz,


Elmer
Netherlands
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

do you know the protocol used to transfer the document?
Post Reply