Jump to content

Unlink File in IMG directory


unemployment

Recommended Posts

After a user on my site deletes their account I want their profile picture to be deleted from my images folder.  I was testing the unlink function on my index.php file and it is failing.

 

Here is the error: Warning: unlink(/assets/img/avatars/users/jasongordon.png): No such file or directory in /home/www-data/big.com/index.php on line 86

 

My code was just: unlink('/assets/img/avatars/users/jasongordon.png');

 

I'm not sure why this fails because my file does exist.

Link to comment
https://forums.phpfreaks.com/topic/246981-unlink-file-in-img-directory/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.