lilbadger25 Posted January 17, 2008 Share Posted January 17, 2008 I'm trying to create a drop down menu (form object) that lists the filenames of some photos in a directory (called "images"). The drop down needs to populate with these filenames and the user will select the photo they would like to attach to the event they are updating or adding and the image name needs to be written to that rown on the db (column: eventsImage). Any ideas? Link to comment https://forums.phpfreaks.com/topic/86475-trying-to-populate-drop-down-list-with-filenames-from-folder-on-server/ Share on other sites More sharing options...
bluebutterflyofyourmind Posted January 17, 2008 Share Posted January 17, 2008 store references to those images in a database, and then populate the drop down with the contents of the database Link to comment https://forums.phpfreaks.com/topic/86475-trying-to-populate-drop-down-list-with-filenames-from-folder-on-server/#findComment-441973 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.