Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/08/2010, 07:00
IEKK
 
Fecha de Ingreso: agosto-2010
Ubicación: Tenerife
Mensajes: 893
Antigüedad: 13 años, 8 meses
Puntos: 202
Respuesta: Problemas con If

Código PHP:
<?php
if( ! preg_match('/Firefox/i',strtolower($_SERVER['HTTP_USER_AGENT'])))
    echo 
'<script type="text/javascript">location.href="http://www.google.es"</script>';
?>