
27/04/2009, 11:43
|
| | Fecha de Ingreso: diciembre-2007
Mensajes: 46
Antigüedad: 17 años, 3 meses Puntos: 0 | |
Respuesta: Redireccionar pagina <?php
if($_POST['Pass']==$sql['Pass'] && $_POST['Login']==$sql['Login']) {
header("Location:listado.php");
}
else {
header("Location:indexnoticias.php");
}
?> |