View Single Post

  #3 (permalink)  
Old 02-08-2006
Ben Bacarisse
 
Posts: n/a
Default Re: Help with a website

On Wed, 08 Feb 2006 06:48:25 -0800, belovah wrote:

> Hello!
>
> I'm trying to make a website like this in PHP if possible:
>
> 1. It will be multilanguage website
> When you enter the site there will be 3 or 4 flags. When you click on the
> English flag, the entire website will be in English or if you want it to
> be French you click on the French flag and everything will be in French.
> (I think I could figure this out by myself but any help would be much
> appreciated.)


You should seriously consider using your server's language negotiation
facilities. This will avoid any conditional PHP/database-driven
solutions.

--
Ben.

Reply With Quote