Hi to all,
I have a problem with the image file management. Actually I use a folder to save the image-file which are used in my PHP pages, Where as I used to store the image-file's path and other details in a database , Here I can delete the details of the image file in database . but I dont know how to delete the particular image file from that folder . Can any one help with the complete solution .
Advance thanks
Sarbas,.
How to delete a image file from a folder.
Moderator: General Moderators
Hi,
Look into:
unlink()
Take alook at this post for the concept of how it works:
Take alook at this post for the concept of how it works
hth
Look into:
unlink()
Take alook at this post for the concept of how it works:
Take alook at this post for the concept of how it works
hth