Posted by Erwin Moller on 06/14/07 08:39
shotokan99 wrote:
> how to post an xml to a target url using curl? supposed i have this
> var:
>
> $xml='<xml ....
> .
> .
> .
> <enddoc>';
>
> $destination='http://myxmlpost.com....';
>
> how to submit and get the response in return?
Hi,
You keep asking about this.
Did you try to look it up at www.php.net/curl?
Plenty of examples over there.
The fact you are sending xml shouldn't be of much importance.
Regards,
Erwin Moller
Navigation:
[Reply to this message]
|