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 p
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"
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
"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
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 o
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 (http://www.php
6 matches
Mail list logo