Hi all, i got a question: i'm creating a cms, i want to handle the language choose, and i thought to handle it by setting a variable in the index.php... a variable that every other script and page can read. Now, i think it can be done using globals, but how? If i define "global $var;" in index.php, the other scripts do not see that variable... so how can i do?
Thanks for the help.
Bye, Stefano.