Unlink question
Posted: Tue Mar 25, 2008 5:38 pm
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;
?>
Cheers
<?php
$myFile=$_POST[delstr];
unlink($myFile);
print "&removed=".$myFile;
?>