![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
18/07/2012, 08:24
|
| | Fecha de Ingreso: octubre-2011
Mensajes: 60
Antigüedad: 13 años, 3 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> |