CodeIgniter Forums
How to Delete image from server - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: How to Delete image from server (/showthread.php?tid=5075)



How to Delete image from server - El Forum - 01-04-2008

[eluser]Sawariya[/eluser]
Hai Friends

I am storing images in server folder.. and image file name in database.
how can i delete that image which i have uploaded. we can delete image from server folder??
plz help me...


How to Delete image from server - El Forum - 01-04-2008

[eluser]xwero[/eluser]
you have to use unlink()


How to Delete image from server - El Forum - 01-05-2008

[eluser]Phil Sturgeon[/eluser]
If you dont want to set server permissions on that image/folder you can also try connecting to your own server with the FTP class and delete it that way.


How to Delete image from server - El Forum - 01-07-2008

[eluser]Sawariya[/eluser]
hi thepyromaniac,
can you explain me more about that.......


thank you


How to Delete image from server - El Forum - 01-07-2008

[eluser]tobben[/eluser]
Like xwero told, you can use "unlink".

http://no2.php.net/unlink