I have a website which i want to create other language version. I don\'t want to create folder for each language. I was wondering it it\'s possible to add a combobox on each
you mean something along the lines of
if ($_GET['language']) { include $_GET['language'] . ".php"; }
and then save the languages in a php-file with there name, or a function depending on what you want to do with it