Posted by Aggelos on 03/16/07 09:47
Hello,
First of all I want to say I do not have very clear understanding of
XML and PHP and what you can do with those two.
Now the problem I have is:
There is that booking company that sends data to me via XML and I have
in my server to read that XML and store it in a DB.
What I have no Idea how to do is read that XML.
To start with, I though they were using $_POST to upload an XML file,
but it seems they do not as when I get a request in my script I
print_r the $_POST and it is empty. The same with $_GET, empty.
Do you have any idea of other ways that they might send the XML data
and how can I read them with a PHP4 script?
Thank you.
[Back to original message]
|