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
how do i unlink more than 1 image in my mysql at once
Moderator: General Moderators
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
Re: how do i unlink more than 1 image in my mysql at once
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...