Posted by will on 10/28/51 11:33
I was also thinking about this. I think you can create a single text
file called something like allText.txt. On each line you can have a
sentence, phrase, or word that needs to display on the site. Then in
your php files for the site you can make calls to read from this text
(I think php must have ways to read from text files as an alternative
to reading from a database) file. This might be easier than using a
database because if you want the site translated into another language
you just need to translate that one text file. I would be interested in
knowing whether anyone has comments on this.
[Back to original message]
|