rtswimmer Posted March 22, 2006 Share Posted March 22, 2006 Basicaly...Ive got a login form that links to a seperate page which checks the info and redirects to either the members area or an error page.So i want to stop access to the members area if the url is typed in, however allow it if the password is correct.(Does that make sence?)Ive tried to use $_SERVER['HTTP_REFERER']; but because im redirecting from a seperate page the referer is empty and doesnt work.Anyone got any ideas ?Cheers RTSwimmer Quote Link to comment Share on other sites More sharing options...
earl_dc10 Posted March 23, 2006 Share Posted March 23, 2006 you could set a cookie or session at the verification page and then request it at the 3rd page Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.