PHP Digital Archive

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
pclark2
Forum Newbie
Posts: 1
Joined: Sun Apr 08, 2007 11:34 pm

PHP Digital Archive

Post by pclark2 »

I'm not sure if this is the right section to post this in or not, but here it goes. I am just starting a project to create a digital archive for a club. The idea is to give people the ability to submit all sorts of files (pdfs, photos, docs, etc) that can then be approved and accessed by visitors. It would be nice if people could also search the tags, dates, names of files, and file types. Various documents could be scanned in an entered into this archive. Basically just a way to allow people to submit files and add comments and various tags to them and such, and then have everything approved (for security), and then a way to display it. My question here is this: is there anything like this already available for free in php? I would much rather use a system already developed rather than making my own. Any ideas? I'm not even sure what search terms to use when trying to find something like this.

Thanks for any help you can provide!
Post Reply