Page 1 of 1

how do i unlink more than 1 image in my mysql at once

Posted: Wed Aug 04, 2010 4:43 am
by adsegzy
Hello friends,



I want to unlink more than 1 image from my mysql database at the same time. how do i echo them out and unlink them?

I will appreciate a sample syntax if available.



regards,

adsegzy

Re: how do i unlink more than 1 image in my mysql at once

Posted: Wed Aug 04, 2010 6:31 am
by superdezign
The unlink() function deletes the image from the file system. Deleting from the database requires the use of a DELETE query. that's all I can really give you unless you are more specific...