rondog Posted August 27, 2009 Share Posted August 27, 2009 Sorry if this is the wrong section I am create a client login system and rather than uploading each clients work, I am just going to make a folder and have php parse through the folder and create an XML file with the directories and its files. I can do that no problem. My concern will be on the clients/admins ability to leave feedback/comments on each individual file. Since the folders/files aren't in the database, how could I do that? Quote Link to comment https://forums.phpfreaks.com/topic/172188-solved-tying-a-db-to-files-that-exist-only-in-a-directory/ Share on other sites More sharing options...
ignace Posted August 27, 2009 Share Posted August 27, 2009 create a .txt for each file on which they comment (create a file only once their is an actual comment) When you display a file look for a .txt with the same name and load it. Quote Link to comment https://forums.phpfreaks.com/topic/172188-solved-tying-a-db-to-files-that-exist-only-in-a-directory/#findComment-907900 Share on other sites More sharing options...
rondog Posted August 27, 2009 Author Share Posted August 27, 2009 Ah that is not a bad idea. I will probably use that method thank =) Quote Link to comment https://forums.phpfreaks.com/topic/172188-solved-tying-a-db-to-files-that-exist-only-in-a-directory/#findComment-907965 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.