<[EMAIL PROTECTED]>
Guest:
> Hii...
> How to delete file under windows with php, i found function unlink,
> but this function run under linux, is there true that there are no
> function to delete file in windows with php...??
Unlink works with Windows.
--
PHP Windows Mailing List (http://www.ph
Check this out for a moment - this script takes a file name from a form
field (on the prior page) of the type file, which is used in HTML when you
want to be able to open a file browser from your page - hence the
$HTTP_POST_FILES as argument.
if (!is_uploaded_file($HTTP_POST_FILES['file']['tmp_nam
Oops - I forgot to add that this works on both Linux and Windows.
"Aidal" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Check this out for a moment - this script takes a file name from a form
> field (on the prior page) of the type file, which is used in HTML when you
> want to be