|
I keep getting this error when trying to get my php to delete an image
Warning: unlink() [function.unlink]: http does not allow unlinking in /home/content/html/site/profileimages/profileimageuploader.php on line 75
unlink($profilepic);
is my code, is there anything wrong with that?
is there any other way to delete files?
thanks
Shaz x
__________________
mysql_connect("localhost", "brain", "sharon") or die(mysql_error());
mysql error: brain doesn't exist!
|