Re: [PHP] help with ftp command

2001-12-09 Thread Andrew Brampton
How about you just create the file locally (with some random name) upload it (with correct name) then delete the local copy... Andrew - Original Message - From: "Kansas Territory" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 09, 2001 5:32 PM Su

[PHP] help with ftp command

2001-12-09 Thread Kansas Territory
Trying to use the ftp function in PHP3. I've been able to use it to ftp an existing file, but what I would like to do is create a file on the fly, and then ftp that file to a remote location. for example, if I have some text defined in a variable like so: $mytext = "here is some text" I would