[PHP] Re: Need help with output from form to .txt file

2004-02-15 Thread Thorben
Kristers Hotmail wrote: Hi!! When i send data from a form and there is some special characters like ' \ php seems to add an extra \ before every special character in the transfer from the form to the point when I put the data in the .txt file where i store it. It is a guestbook I'm using the

[PHP] Error with ftp_get()

2004-02-14 Thread Thorben
Hi guys. It's possible that my english sometimes isn't so good. I'm a small german boy. At the moment i am working on a WebFTP client. All the stuff like list,mkdir,rm(dir),put works. But when i use ftp_get() an error appears: Warning: ftp_get(): 'RETR ' not understood. I guess 'RETR' is a

Re: [PHP] Error with ftp_get()

2004-02-14 Thread Thorben
-14 at 07:33, Thorben wrote: Warning: ftp_get(): 'RETR ' not understood. I guess 'RETR' is a message from FTPServer to PHP and PHP don't understand it. So, can you tell me, how to avoid this? When you request (get) a file using the ftp command you send a RETR command to the ftp server indicating