![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
13/04/2009, 13:57
|
| | Fecha de Ingreso: marzo-2009
Mensajes: 20
Antigüedad: 15 años, 11 meses Puntos: 0 | |
Respuesta: como hago que mi PHP para que vea el codigo en la misma pag.? Lo que te dicen es esto:
Código:
<?php
include("validar_usuario.php");
?>
<html>
<head>
<title>mi web</title>
</head>
<body>
<form action="" method="post">
Usuario:<input type="text" name="usuario" size="20" maxlength="20" />
<br />
Password:<input type="clave" name="clave" size="10" maxlength="10" />
<br />
<input type="submit" value="Ingresar" />
</form>
</body>
</html>
|