drdreed Posted June 18, 2007 Share Posted June 18, 2007 I am wanting some type of file management system where I can upload files and maintain them. I was trying to do this with forms where I could enter a document file number, Department, File Name, Date Release and various other info. I can find all kinds of file management systems on the net but I cant seem to find one where i can display the items the way i want them to be. Does anybody have any ideas or tutorials they might suggest? Quote Link to comment https://forums.phpfreaks.com/topic/56090-file-management-system/ Share on other sites More sharing options...
virtuexru Posted June 18, 2007 Share Posted June 18, 2007 Need to be more specific. How do you want to display them? You should just be using SQL statement parameters like 'ORDER BY DESC' or 'LIMIT 20' or 'SELECT * FROM list WHERE id = $number', etc, etc.. Quote Link to comment https://forums.phpfreaks.com/topic/56090-file-management-system/#findComment-277010 Share on other sites More sharing options...
drdreed Posted June 18, 2007 Author Share Posted June 18, 2007 Ok Im going to attach a screenshot of what I need the data to look like. Right now everything is in a table and hard coded to look the way it is. What I am wanting to do is somehow make a form where I can upload new documents and add them to this list without having to hard code them in every time. [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/56090-file-management-system/#findComment-277011 Share on other sites More sharing options...
drdreed Posted June 18, 2007 Author Share Posted June 18, 2007 does anybody have any ideas how i might go about this? Quote Link to comment https://forums.phpfreaks.com/topic/56090-file-management-system/#findComment-277109 Share on other sites More sharing options...
cooldude832 Posted June 18, 2007 Share Posted June 18, 2007 what you are looking at looks to be a large volume of code like writing your own phpmyadmin except for files so it would take a lot of work to do Quote Link to comment https://forums.phpfreaks.com/topic/56090-file-management-system/#findComment-277116 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.