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 Link to comment https://forums.phpfreaks.com/topic/5517-newbie-needs-help/ 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 Link to comment https://forums.phpfreaks.com/topic/5517-newbie-needs-help/#findComment-19798 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.