Re: [PHP] export from one server to another

2010-06-16 Thread Richard Quadling
On 16 June 2010 09:42, Merlin Morgenstern wrote: > > > On Tue, 15 Jun 2010 11:26 +0100, "Richard Quadling" > wrote: >> On 15 June 2010 11:00, Merlin Morgenstern wrote: >> > HI there, >> > >> > I am thinking about building a partner network where partners can export >> > content to my server whic

Re: [PHP] export from one server to another

2010-06-15 Thread Richard Quadling
On 15 June 2010 11:00, Merlin Morgenstern wrote: > HI there, > > I am thinking about building a partner network where partners can export > content to my server which will then be imported. It should be as easy as > possible for the partner and not rely on any special php functions. > > > The best

Re: [PHP] export from one server to another

2010-06-15 Thread Ashley Sheridan
On Tue, 2010-06-15 at 12:00 +0200, Merlin Morgenstern wrote: > HI there, > > I am thinking about building a partner network where partners can export > content to my server which will then be imported. It should be as easy > as possible for the partner and not rely on any special php functions.

Re: [PHP] export from one server to another

2010-06-15 Thread Sándor Tamás
I'd use the POST method in HTTP. With this, on a simple page you can read the XML file, and through the POST method, you can reach it. You can put the XML in a POST variable, but you can also use File input control in HTML to read and upload the file. You don't have to use FTP. SanTa 2010.06.

[PHP] export from one server to another

2010-06-15 Thread Merlin Morgenstern
HI there, I am thinking about building a partner network where partners can export content to my server which will then be imported. It should be as easy as possible for the partner and not rely on any special php functions. The best way to do this I guess is to deliver them a php file which