markvaughn2006 Posted March 9, 2010 Share Posted March 9, 2010 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.