codice:
if (stristr($_SERVER["HTTP_ACCEPT_LANGUAGE"], "it")) {
echo("ita");
} else {
echo("eng");
}
[/QUOTE]
naturalmente non funziona