Hello gurus of PHP
I am newbie to PHP and need to do a couple of things.
1) Receive XML posted by another site to our site.
The url that will be given for external parties to post to our site
would be two fields of data
1) Field 1 is a key something like
key=233243243242&operation=add
2) Field 2 is the xml data with
<xml>
<data>
<subdata>
</subdata>
</data>
</xml>
What is the best way to receive this kind of data. I am able to get the
key and the operation, but not the xml data.
2) Post XML using CURL to the same site for testing.
I need to post to the same site the key and operation and the xml
and what are my options.
Any help would be appreciated.
Thanks a lot in advance
Satish
[Non-text portions of this message have been removed]