[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

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 linux4miche...@tamay-dogan.net wrote: Hello *, I have to implement an interface which must access a Domain-Registration API.  From the manual I have for example: 8-- Example