Ver Mensaje Individual
  #1 (permalink)  
Antiguo 18/07/2012, 08:24
fhuvu
 
Fecha de Ingreso: octubre-2011
Mensajes: 60
Antigüedad: 12 años, 6 meses
Puntos: 0
iniciandome en php

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Documento de prueba</title>
</head>

<body>
<?php
echo $_SERVER('HTTP_USER_AGENT');
?>
</body>
</html>