The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
I'm thinking either a recopy of the website in a new subdomain or using php includes and query strings.
I think I'll be opting for the second option. Thoughts? Any better ways?
What I'm doing is creating a variable that affects everything (maybe stored in a cookie so it's not in the URL all the time) called "lang", so you have the following url:
http://www.whatever.com/index.php?lang=eng
Then it can select the correct areas of the database.
The real trick is how the database is stored to accesss (EDIT: parceltongue?) the info. In the admin the user can edit a database of languages allowed, then they have to pick which language to edit in so that it all comes together.
Bascially make it so you/they can add more languages without any trouble.
I'm thinking either a recopy of the website in a new subdomain or using php includes and query strings.
I think I'll be opting for the second option. Thoughts? Any better ways?