CodeIgniter Forums
help please - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: help please (/showthread.php?tid=13996)



help please - El Forum - 12-15-2008

[eluser]Unknown[/eluser]
how could i unlink an image


help please - El Forum - 12-15-2008

[eluser]MikeHibbert[/eluser]
yep all you need is the path to the file and its name:

Code:
unlink(/home/username/my_images.png);

as long as your web server has permissions to dlete this file it should disapear

Mike