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 o

Re: [PHP] Memcached Question

2006-10-29 Thread Michal Manko
Hi, Best reference will be http://php.net/memcache i think. Memcache is really effective tool, but it have one fault. Data keeping in this way are not stable. Generally memcache is useful as a some kind of cache when you can have second data source, or when data, you want to save, have short ttl