
18/07/2012, 08:24
|
| | Fecha de Ingreso: octubre-2011
Mensajes: 60
Antigüedad: 13 años, 4 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> |