my code in file signin.php says :
if(!$n==0) {
include 'home.html';
header("location:home.html");
exit();
}
But after i get redirected to home.html, the url still remains signin.php So when i refresh the page, signin.php file loads again. how do i make sure the url changes when the page is redirected. thank you in advance