Quote:
|
Originally Posted by blacknight You could possibly store the images directly in the DB? |
you must know that is a bad ideea. images will take a lot a space in the database for no reason.
php has a function "unlink" which was just what i wanted. use within the loop function to delete data from the database i can also get the images deleted from the root folder.