Ver Mensaje Individual
  #7 (permalink)  
Antiguo 13/04/2009, 13:57
nestoroc
 
Fecha de Ingreso: marzo-2009
Mensajes: 20
Antigüedad: 15 años, 1 mes
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>