![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
30/10/2012, 07:30
|
| | Fecha de Ingreso: junio-2011
Mensajes: 8
Antigüedad: 13 años, 7 meses Puntos: 0 | |
Respuesta: Session - Problema Debes enviar el form con submit, ya sea por boton o por link, sino te va llevatelos por la url, me gusta mas iniciar sesion asi: <?php if (!isset($_SESSION)) { session_start();}?>
Aaaaa por cierto en test.php debes poner nuevamente esto:
<?php if (!isset($_SESSION)) { session_start();}?>
Última edición por Ch0nGu1; 30/10/2012 a las 07:32
Razón: add
|