Holladiewaldfee,
Vielleicht solltest Du lieber mit $_SESSION arbeiten ...
Also:
session_start();
if(isset($_SESSION["language"]))
{ #blafoo
}
usw.
Dann kannst Du Dir auch den Käse mit session_register sparen, da alles was in $_SESSION ist so oder so als Teil der Session betrachtet und gespeichert wird.
Ciao,
Harry
--
(There are only 10 types of people in this world: Those who understand binary and those who don't)
(There are only 10 types of people in this world: Those who understand binary and those who don't)