Hi everyone.
My client has a Word document that contains various terms in different languages, and they want an online dictionary, where user can type in a term in whatever language, and get the equivalent in different languages.
Since the site is on an ISP, and they don't support any database interaction, I wanted to utilize some sort of file based database system.
I wanted to create something that is fairly close to an actual database system, using relational structures (there are categories for the terms, and they should be categorized under different languages also).
I vaguely know that there are more than one ways for doing this with PHP, but am not sure which one is most appropriate. There are 35 pages worth of terms in the document, and I want to create something simple and useful.
I wanted to seek some advise because I never had to rely on a file based database system.
Could anyone give me a suggestion on how I should go about achieving this?
Any comments would be greatly appreciated.
Thanks in advance.
My client has a Word document that contains various terms in different languages, and they want an online dictionary, where user can type in a term in whatever language, and get the equivalent in different languages.
Since the site is on an ISP, and they don't support any database interaction, I wanted to utilize some sort of file based database system.
I wanted to create something that is fairly close to an actual database system, using relational structures (there are categories for the terms, and they should be categorized under different languages also).
I vaguely know that there are more than one ways for doing this with PHP, but am not sure which one is most appropriate. There are 35 pages worth of terms in the document, and I want to create something simple and useful.
I wanted to seek some advise because I never had to rely on a file based database system.
Could anyone give me a suggestion on how I should go about achieving this?
Any comments would be greatly appreciated.
Thanks in advance.