Hey all,
I am trying to remove a file using PHP that was moved from a local machine to a server location. The PHP version is 5.0.x and it's running on a Windows OS. Why will this not work?
I've also saw some sites stating that PHP no longer supports the unlink() for WIndows users after PHP 4.x. Is that true, and if so, please suggest an alternative. Thanks much.
I am trying to remove a file using PHP that was moved from a local machine to a server location. The PHP version is 5.0.x and it's running on a Windows OS. Why will this not work?
I've also saw some sites stating that PHP no longer supports the unlink() for WIndows users after PHP 4.x. Is that true, and if so, please suggest an alternative. Thanks much.