Re: [PHP] What do I need in order to do the following with php.

2004-07-01 Thread Justin Patrin
On Thu, 1 Jul 2004 09:13:16 +0200, Gabriel Birke <[EMAIL PROTECTED]> wrote: > > > > >> I want to make sure I'm correct in doing something. What > >> do I need in order to perform the following: > >> > >> - > >> Send an XML message to "something" at a website, have i

Re: [PHP] What do I need in order to do the following with php.

2004-07-01 Thread Gabriel Birke
I want to make sure I'm correct in doing something. What do I need in order to perform the following: - Send an XML message to "something" at a website, have it load a database with the message, and return an acknowledgement.

Re: [PHP] What do I need in order to do the following with php.

2004-06-30 Thread - Edwin -
On Thursday 01 July 2004 01:38, [EMAIL PROTECTED] wrote: > I want to make sure I'm correct in doing something. What > do I need in order to perform the following: > > - > Send an XML message to "something" at a website, have it > load a database with the message, an

[PHP] What do I need in order to do the following with php.

2004-06-30 Thread bclem
I want to make sure I'm correct in doing something. What do I need in order to perform the following: - Send an XML message to "something" at a website, have it load a database with the message, and return an acknowledgement. --