Re: [PHP] Waring message for FTP

2001-01-23 Thread Matthew Mundy
try @ftp_mkdir($conn_id, $uploadtag); On Tue, 23 Jan 2001, Simon Chambers wrote: > Hi, > > I have developed a small php program which creates a directory on a remote > ftp site, which works fine. The problem is that when the directory is creted > it displays the message: > > Warning: ftp_mkdir: M

[PHP] Waring message for FTP

2001-01-23 Thread Simon Chambers
Hi, I have developed a small php program which creates a directory on a remote ftp site, which works fine. The problem is that when the directory is creted it displays the message: Warning: ftp_mkdir: MKD command successful. How can i get rid of this warning message? Thanks Simon p.s. i do