Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/05/2002, 11:05
Avatar de Cain
Cain
 
Fecha de Ingreso: enero-2002
Ubicación: Catalunya
Mensajes: 6.459
Antigüedad: 22 años, 3 meses
Puntos: 17
Re: Redirigir segun el Origen

Código:
$idioma = split(",", $HTTP_ACCEPT_LANGUAGE);

if ($idioma[0] == "ca") { echo "bon dia"; }
if ($idioma[0] == "es") { echo "buenos días"; }
if ($idioma[0] == "en") { echo "good morning"; }
Joe Tawers,
<a href="http://www.ilimit.com/towers">http://www.ilimit.com/towers</a>