This question already has an answer here:
- How do I make a redirect in PHP? 31 answers
I am working on login functionality.
So what I want to do is, on form submission from login.php
if details are correct it should go to home.php
else it should go back to login.php
.
My login processing is on process.php
. But I don't know how to redirect/dispatch
to appropriate page from process.php
.
</div>