TOMEN

<! doctype html>
<head><meta charset="utf-8">
<title>conexion a Base de Datos</title>
</head>
<body>
<h1>BASE DE DATOS</h1>
<form method="POST" action=2conexion.php">
servidor:<input type="text" name="ser"/>
usuario:<input type="text" name="usu"/>
clave:<input type="text" name="pas"/>
base de datos:<input type="text" name="bdb"/>
digite la consulta:<input type="text" name="cons"/><br>

<input type="submit" name="Conectar" vale="conectar" /><br><br>
</form>
</body>
</html>

Share this

Related Posts

Previous
Next Post »