Could someone be able to tell me if this script actually physically removes the file from the server - or simply hides it??
Cheers
<?php
$myFile=$_POST[delstr];
unlink($myFile);
print "&removed=".$myFile;
?>
Unlink question
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US