karanov
01-31-2001, 09:04 AM
I want to delete a file in windows. Under Unix you can use the Unlink() function, but is there an equivalent function in PHP that is supported in Windows?
Thanks in advance,
Eddie
Thanks in advance,
Eddie
|
Click to See Complete Forum and Search --> : Deleting files karanov 01-31-2001, 09:04 AM I want to delete a file in windows. Under Unix you can use the Unlink() function, but is there an equivalent function in PHP that is supported in Windows? Thanks in advance, Eddie Anon 02-01-2001, 02:44 AM unlink(); seems to work fine for me in Windows, using PHP4, on Apache. PHP Builder
Copyright Internet.com Inc. All Rights Reserved. |