Hi - I want to simply delete old entires out of my database and I want to also delete the associated image file with each entry.
Can anyone give me a hint?
if date < $todaysdate - 1 month then ....... remove rows and unlink the asociated file......
It should be very simple.
(By the way I am not asking anyone to write the code out for me, I just want the concept .. eg do I need to put it in a loop or is there an easier way?)
Thanks a lot.