RE: [PHP] Deleting a file after download/upload

2009-06-23 Thread Daevid Vincent
> -Original Message- > From: Parham Doustdar [mailto:parha...@gmail.com] > Sent: Tuesday, June 23, 2009 12:33 PM > To: php-general@lists.php.net > Subject: [PHP] Deleting a file after download/upload > > My server connects to an FTP. Then, it downloads a file from > the FTP, and then

RE: [PHP] deleting a file

2001-05-16 Thread scott [gts]
read the docs you'll find your answer there. php.net/delete ;) > -Original Message- > From: Joseph Bannon [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 16, 2001 3:53 PM > To: PHP (E-mail) > Subject: [PHP] deleting a file > > > What is the file function to remove/delete a file

RE: [PHP] deleting a file

2001-05-16 Thread Johnson, Kirk
http://www.php.net/manual/en/function.unlink.php Kirk > -Original Message- > From: Joseph Bannon [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 16, 2001 1:53 PM > To: PHP (E-mail) > Subject: [PHP] deleting a file > > > What is the file function to remove/delete a file from a server?