Welcome Guest, Not a member yet? Register   Sign In
help please
#1

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

[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




Theme © iAndrew 2016 - Forum software by © MyBB