cadikiz
17-12-2007, 23:08 PM
<?PHP
if ($HTTP_ACCEPT_LANGUAGE == tr)
{
header("Location:turkish.php");
} else {
header("Location:english.php"); }
?>
if ($HTTP_ACCEPT_LANGUAGE == tr)
{
header("Location:turkish.php");
} else {
header("Location:english.php"); }
?>