Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/07/2006, 08:53
resu
 
Fecha de Ingreso: mayo-2006
Ubicación: Argentina (Buenos Aires,CABALLITO)
Mensajes: 331
Antigüedad: 18 años
Puntos: 9
Código PHP:
<?
if(strpos($_SERVER["HTTP_USER_AGENT"],"MSIE"))
    echo 
'<input type="hidden" name="entrada" value="111">';
else
    echo 
'<input type="hidden" name="entrada" value="222">';
?>