I have a mySQL DB on a unix server with a bunch of items in it. Each item has a coresponding picture. I can easily delete the item from the DB using a web-based admin page, but how can i actually delete the image file at the same time?
use unlink()