I am trying to delete photo in php using unlink. I have used it earlier on other server but this time it is not working. I have used absolute path for a test but still does not works:
I have used it as: unlink('img1.jpg');
and :
unlink('http://www.mysite.com/img1.jpg');
Please anyone having such experience?
/var/www/mysite.com/img1.jpg
? – Overturfunlink
with http://... address won't work, you have to use server path. – Pincenezhttp://www.mysite.com/img1.jpg
in your browser and check image is appearing if not YOUR PATH IS WRING – Steroid