23/09/2012, 17:33
|
| | Fecha de Ingreso: septiembre-2012
Mensajes: 12
Antigüedad: 12 años, 4 meses Puntos: 0 | |
Respuesta: Problema Undefined Index La Línea 13 es:
if(isset($_POST['pw']) and $_POST['pw'] == ($sesion['pw'])) {
EDITO:
Use el Var_dump como me dijiste y:
array(3) { ["nombre"]=> string(7) "Usuario" ["pw"]=> string(6) "123456" ["submit"]=> string(5) "LogIn" }
El Nombre que coloqué es "Usuario" y la Contra es "123456" así que al parecer si llega :S |