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
essage- > From: jas [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 17, 2002 4:08 AM > To: [EMAIL PROTECTED] > Subject: [PHP] file delete... > > > How can I delete a file in php? > thanks in advance, > Jas -- Torben Wilson <[EMAIL PROTECTED]> http:/

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

[PHP] file delete...

2002-04-17 Thread jas
How can I delete a file in php? thanks in advance, Jas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php