Forum Moderators: coopster
[edited by: dreamcatcher at 6:35 pm (utc) on Nov. 12, 2008]
[edit reason] use example.com. Thanks. [/edit]
I have been given this url by a feed provider.It is a asp code (http://www.example.com/filename.asp) which when executed results in a xml feed.
Now through my php code I want to capture the xml data into a variable (since i don't know if the results are displayed in the xml file)
if it is a xml file I could read the file using [user:pass@example.com...] using file_get_contents or fopen command.but I have been provided with the link (asp code) which displays the xml data
I know you said you don't want to use the curl option, but, unless I am misunderstanding you, without opening a socket for communication your task will prove quite difficult, in not impossible.