Hey,
I need a way to protect a specific .html file from being read by my viewers without login first. I already have a form ready with all necessary fields and using "post" username and password will end up in $_POST['username'] and $_POST['password'].
My question is, how I am supposed to sent the user to the specific html if the login is successful (I know how to code a check in PHP) without any possible way to get to it without going through login?
Thanx!
I need a way to protect a specific .html file from being read by my viewers without login first. I already have a form ready with all necessary fields and using "post" username and password will end up in $_POST['username'] and $_POST['password'].
My question is, how I am supposed to sent the user to the specific html if the login is successful (I know how to code a check in PHP) without any possible way to get to it without going through login?
Thanx!