Posts by eli • 21 points
1 post
-
2
votes4
answers7781
viewsA: Login does not redirect, header('Location')
Mine is like this too I did the following: In place of: header ("location :index.php") I did so: echo "<a href='index.php'> voltar a página inicial</a>"; Then it will print on the screen…