This topic is locked
[SOLVED]

 Remember the language ?

1/27/2011 3:13:40 AM
PHPRunner General questions
N
netmedia59 author

Hello,
Is there a way to remember the selected language on the registration
For example, when I register the first time, I want to select the language and when I login the next time (without the possibility to select the language) I want the user to be connected with his registered language !
Thanks very much
Olivier

Lille (FRANCE)

Sergey Kornilov admin 1/27/2011

Assuming field name in registration table is 'language' you can use the following in AfterSuccessfullLogin event:

$_SESSION["language"]=$data["language"];
N
netmedia59 author 1/27/2011

Hey Sergey,
Great, it works as expected

Thanks !
Olivier

Lille (FRANCE)