I pressed the login button and if there's no email save on the database it will redirect to the following url https://www.example.com/enter_here. I used header("Location: {$_SITE['url']}/enter_here");
to redirect it. Once on that page if i remove the enter_here it will bypass that validation where it will directly login the user. Is there anyway to prevent so that even i remove the enter_here it wont go to the other page.
Thanks.