Re: [PHP] Re: creating and ftp text file

2002-11-05 Thread Erwin Bovendeur
- Original Message - From: "Petre Agenbag" <[EMAIL PROTECTED]> To: "Erwin" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, November 05, 2002 8:24 PM Subject: Re: [PHP] Re: creating and ftp text file > Hi Erwin > > OK, my first pr

Re: [PHP] Re: creating and ftp text file

2002-11-05 Thread Petre Agenbag
Hi Erwin OK, my first problem: your code genrates errors, it says fwrite and fclose are invalid file descriptors. I gathered thatit is possibly because thos are for "normal" files, so I looked in the manual and found the FTP-functions, but it takes a $local_file variable, and that must be the n

Re: [PHP] Re: creating and ftp text file

2002-11-05 Thread Petre Agenbag
Erwin Thanks a million. That's actually much simpler than I thought it would be... I'm gonna give it a go just now, but I'm sure it will work! Thanks again! On Tue, 2002-11-05 at 17:09, Erwin wrote: > > I am pretty up to standard with getting stuff into and out of mysql, > > so I am basically j