[PHP] How to send XML requests from PHP?

2012-05-08 Thread Michelle Konzack
Hello *, I have to implement an interface which must access a Domain-Registration API. From the manual I have for example: 8<-- Example 2.8. Contact Update:valid(change password) Change password from multipass to green REQUEST

Re: [PHP] How to send XML requests from PHP?

2012-05-08 Thread Jim Lucas
On 05/08/2012 10:50 AM, Michelle Konzack wrote: Hello *, I have to implement an interface which must access a Domain-Registration API. From the manual I have for example: 8<-- Example 2.8. Contact Update:valid(change password)

Re: [PHP] How to send XML requests from PHP?

2012-05-08 Thread Matijn Woudt
On Tue, May 8, 2012 at 7:50 PM, Michelle Konzack wrote: > Hello *, > > I have to implement an interface which must access a Domain-Registration > API.  From the manual I have for example: > > 8<-- > Example 2.8. Contact Update:val

[PHP] Re: How to send XML requests from PHP?

2012-05-08 Thread Michelle Konzack
Hello Jim Lucas, Am 2012-05-08 11:08:13, hacktest Du folgendes herunter: > Look into cURL http://php.net/curl I know "curl" but I do not know, HOW to send the XML stuff. The XML code is generated using a temp file for logging, which mean, I can see any changes on the system... Thanks, Greetin

Re: [PHP] Re: How to send XML requests from PHP?

2012-05-08 Thread Jim Lucas
On 05/08/2012 11:25 AM, Michelle Konzack wrote: Hello Jim Lucas, Am 2012-05-08 11:08:13, hacktest Du folgendes herunter: Look into cURL http://php.net/curl I know "curl" but I do not know, HOW to send the XML stuff. The XML code is generated using a temp file for logging, which mean, I can