Page 1 of 1

Simple question

Posted: Sun Mar 28, 2004 12:39 pm
by mjseaden
Dear All

Which command in PHP do you use to delete a file? I cannot seem to find a straight answer to this through Google.

Many thanks

Mark

Posted: Sun Mar 28, 2004 12:42 pm
by m3mn0n
[php_man]unlink[/php_man]() in the manual under [php_man]filesystem [/php_man]section.

Download the manual via the link in my signature. It's a better resource for this type of thing than a search engine.