|
|
|
|
|
|
|
[Original]
[Print]
[Top]
|
Hi,
I'm trying to find the best way to store data documents. I'm looking for something that will do the following
1) Will be able to do a word search and relevant documents contains those words 2) Can be updated, amended and maintained by many people. 3) Will be relatively easy to use/set-up/maintain.
Some people have suggested using a wiki or a htdip but I don't know much about either to be able to make a decision. Does anyone have any advice on what would be the best system to implement and also advantages / disadvantages to wiki/ htdip or any other types of data management systems of this sort.
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
Hi, First of all, I have some quiries.
How do you want to use this type of system? Will it be online/offline etc?
I have this idea which might work out with PHP and mysql. Atleast it fulfills all your requirements.
You can create many text files which contains the actual data.
Create a database table say FILE_MASTER list in all the files created with paths.
1) To do a word search. open each files from the list table and simply do word search
2) To update/edit/append etc quiry/search for the file and open the file in r/w mode. allow user to append it and then save it.
3) You can create another tables for username and password if you want to limit access to other people from editing etc.
I hope I replied correctly or else I didn't get your quiry...
do reply back if you've already used something else...
Hussu:)
|
|
|
[Original]
[Print]
[Top]
|
|
|