|
Posted by Nikita the Spider on 07/07/06 02:23
In article <e8jhbp$jcm$1@nntp.aioe.org>,
James Hutton <james.hutton@dsl.NOSPAM.pipex.com> wrote:
> I'm trying to write a small (approx 5 page site) for a charity that
> works with the Greek community in the UK. I envisaged that having two
> copies of the site, one English and one Greek with the user being
> directed from a multi-language index page. The charity's hosting package
> does not come with any form of database support, are there any other
> options not involving two identical, but different sites? ;-)
James,
First of all, I'd say that using a database for a five page site is
overkill anyway. I'd find it easier to just code an English and Greek
version of each page and be done with it. Sure, that solution doesn't
scale up to 20, 50 or 100 pages very well, but it's quit and it gets the
job done.
Also, you don't need a database to store data, it just makes your life
easier. You can write PHP that reads ordinary files from your server's
hard drive and includes them in HTML templates.
HTH
--
Philip
http://NikitaTheSpider.com/
Bulk HTML validation, link checking and more
Navigation:
[Reply to this message]
|