vetman Posted June 3, 2008 Share Posted June 3, 2008 Okay, I do have the images stored in a directory, I can view them on the webpage. I was wondering if it would be possible to write a php script to read the directory, convert the file names so I can save them to a table so that I then can add the comments to the table. I guess you are saying that I can do it manually, which I have done for another directory. I was looking to make it a little easier for me down the line. Thanks for the info! Link to comment https://forums.phpfreaks.com/topic/108612-re-help-needed/ Share on other sites More sharing options...
timmah1 Posted June 4, 2008 Share Posted June 4, 2008 Have you thought about storing the file names of the images in a database? I honestly think that would be easier Link to comment https://forums.phpfreaks.com/topic/108612-re-help-needed/#findComment-557095 Share on other sites More sharing options...
DarkWater Posted June 4, 2008 Share Posted June 4, 2008 Check out the glob() function. Link to comment https://forums.phpfreaks.com/topic/108612-re-help-needed/#findComment-557097 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.