Re: [PHP] file delete...

2002-04-17 Thread Rasmus Lerdorf
Did you check the manual? Like php.net/delete perhaps which tells you the PHP function that does this is actually called unlink(). -Rasmus On Wed, 17 Apr 2002, jas wrote: > How can I delete a file in php? > thanks in advance, > Jas > > > > -- > PHP General Mailing List (http://www.php.net/) >

RE: [PHP] file delete...

2002-04-17 Thread Lars Torben Wilson
On Wed, 2002-04-17 at 13:12, Leotta, Natalie (NCI/IMS) wrote: > According to this, you should actually use unlink, but delete is available. > > http://www.php.net/manual/en/function.delete.php > > -Natalie That's not actually what the page says...;) > -Original Message- > From: jas [ma

RE: [PHP] file delete...

2002-04-17 Thread Leotta, Natalie (NCI/IMS)
According to this, you should actually use unlink, but delete is available. http://www.php.net/manual/en/function.delete.php -Natalie -Original Message- From: jas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 4:08 AM To: [EMAIL PROTECTED] Subject: [PHP] file delete... Ho