Ver Mensaje Individual
  #8 (permalink)  
Antiguo 27/02/2010, 11:03
mcfly19
 
Fecha de Ingreso: febrero-2010
Mensajes: 12
Antigüedad: 15 años
Puntos: 0
Respuesta: Ayudaaa Por favor Web PHP acceder a la base de datos, caso practico final

ahi esta el código k da el fallo

<html>
<head>
<link href="portal_estilos.css" rel="stylesheet" type="text/css">
</head>
<body>
<H1> Agenda de direcciones</H1>
<form action="Telefonos4.php" method="GET" enctype="text/plain">
<br><br>
Usuario <input type="text" name="login" size="10" maxlength="15">
<br><br>Password <input type="password" name="clave" size="10" maxlength="12">
<br><br><br>
<input type="submit" value="Aceptar">
</form>
</body>
</html>


tengo todo el ejercicio echo lo unico es k me falla esta parte k es la ultima k me falta.