Re: [PHP] XML Sending problem

2006-11-06 Thread Richard Lynch
On Sun, November 5, 2006 5:28 am, Rosen wrote: I need to create an XML file and send it to another server, where script process the XML. With creation and processing of XML I don't have a promlems, but how I can send XML to the processing script on another server ? Pigeons? It would

[PHP] XML Sending problem

2006-11-05 Thread Rosen
Hi, I need to create an XML file and send it to another server, where script process the XML. With creation and processing of XML I don't have a promlems, but how I can send XML to the processing script on another server ? Thanks in advance, Rosen -- PHP General Mailing List

Re: [PHP] XML Sending problem

2006-11-05 Thread Michal Manko
Hi Rosen, You can do this for some ways. The simplest: 1. Send via ftp - http://php.net/ftp 2. Send via scp using ssh2 - http://php.net/ssh2 Regards Michael Rosen said: Hi, I need to create an XML file and send it to another server, where script process the XML. With creation and processing

Re: [PHP] XML Sending problem

2006-11-05 Thread Rosen
Unknown Sender [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi Rosen, You can do this for some ways. The simplest: 1. Send via ftp - http://php.net/ftp 2. Send via scp using ssh2 - http://php.net/ssh2 Regards Michael Thanks Michael, but I want if it is possible to do

Re: [PHP] XML Sending problem

2006-11-05 Thread Stut
Rosen wrote: Unknown Sender [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi Rosen, You can do this for some ways. The simplest: 1. Send via ftp - http://php.net/ftp 2. Send via scp using ssh2 - http://php.net/ssh2 Regards Michael Thanks Michael, but I want if it is possible to do

Re: [PHP] XML Sending problem

2006-11-05 Thread Myron Turner
Your question interested me for my own work, so I found this url: http://www.zend.com/zend/spotlight/mimocsumissions.php The script, disentangled from the commentary ( with a few of my own comments) is as follows: function post_it($datastream, $url) { $url = preg_replace(@^http://@i;,