Posts by Despachado • 11 points
1 post
-
1
votes0
answers44
viewsQ: Problem with Login page, redirect
It works well, does not let pass the credentials that are not configured. But when redirecting it to the other, does not work. session_start(); if (!empty($_POST)) { $isim = $_POST['login']; $sifre…