martes, 28 de septiembre de 2010

Formulario de Busqueda y listado por nombre

<html>

<body>

<form method="POST" action="buscador.php">

<strong>Palabra clave:</strong>

<input type="text" name="buscar" size="20"><br><br>

<input type="submit" value="Buscar" name="enviar">

</form>

</body>

</html>

No hay comentarios:

Publicar un comentario