quote:
Originally posted by WDZ
You just need to make sure you give unlink() the right path to the file.
If you're using a relative path, and currently in the /adminx/ directory, you'll need to use "../imgs/" instead of "imgs/"
unlink("../imgs/loljesus.jpg");
Warning: unlink
(../imgs/) [function.unlink]: Is a directory in /home/sonicsam/public_html/jesuswasajew/adminx/index.php on line 53
Still does not work, but I saw a change, see bold
.