Jump to content

ftp_delete


markvaughn2006

Recommended Posts

I am allowing users to upload a picture for their profile, and renaming their file basically time().$username. But this will lead to users having multiple pictures on the server but only one of them being used, so I want to prune the unused pics, when they upload a pic, it saves that picture name in the user table in a field called 'userpic', how would I go about searching for user images that are not  also in the 'userpic' field? and delete them?? would I use ftp_delete function?? thanks for any help, i'm a little worried about having an ftp_delete function in my script, kinda scary...

Link to comment
https://forums.phpfreaks.com/topic/194658-ftp_delete/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.