View Single Post
09-21-2007, 12:26 PM
#2
daz is offline daz
Status: I love this place
Join date: Jun 2005
Location: UK
Expertise:
Software:
 
Posts: 562
iTrader: 5 / 100%
 

daz is on a distinguished road

Send a message via MSN to daz

  Old

You can use PHP Sessions e.g once the user presses the French button(or whatever) you can do
Code:
$_SESSION['lang'] = "French";
Then you can check using if statements what language they've selected and display the correct data from the database.

Edit: Wrong forum, ignore this post.