PDA

View Full Version : Help Please


bajrab
04-24-2005, 07:02 AM
Hi All
are there any functions in PHP to control the windows explorer history ?
I need to make sure that a user accessrs my web page exactly after accessing a specific previous page in explorer.....

Please help me and I will be Grateful

Viper007Bond
04-24-2005, 05:29 PM
Are you trying to see if they are coming from a local HTML file or a local folder or what? I need some more details before I can tell you if what you're asking is possible or not. ;)

garett55
05-02-2005, 11:37 AM
have you tried have the site you are requireing put make a cookie and the site you want to limit access to require the cookie to have a certain value

it sounds to me like you are trying to have a login page, if that's the case there is a much easier way of solving that. if it is just write both pages in the same file


function login(){
FUNCTION TO CHECK USER/PASS USING FORM DATA (IF PRESENT)
}
if(login() = TRUE)
{
PAGE TO VIEW WHEN LOGGED IN
}
else
{
FORM USED TO LOG IN
}

Mr. Popularity
05-04-2005, 03:34 AM
there's javascript to do this, but every popup blocker in gods creation will disable it :(

spammers like to use it to perform functions based on close, back or forward.