View Single Post

  #2 (permalink)  
Old 02-08-2006
Domestos
 
Posts: n/a
Default Re: Help with a website


<belovah@gmail.com> wrote in message
news:1139410105.534444.195640@g44g2000cwa.googlegr oups.com...
> 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.)
>
> 2. Now this is the hard part. At least for me.
> In the right bottom corner there would be a map of Europe with all of
> the countries. And when you'd go over a country with your mouse a flag
> and a country name would show up on the map and in the left top corner
> a description of this country (some text).
>
>
> Help me please!
>


There is two ways... both will require you to enter your entire text in each
language in either a database table/s or in conditional PHP statements on
every page. You would then store the language selected as a master global
variable which you read in on the display of every page.




Reply With Quote