PDA

Click to See Complete Forum and Search --> : check the where the traffic has come from {RESOLVED}


Chrisio
Oct 18th, 2004, 04:05 AM
can I do this. see where the user has come from and if its not from where I want then redirect them...so

this is what I want.

user decides to subscribe
clicks on paypal link
subscribes
paypal redirects to my register page

what I want to be able to check and stop is some one just typing the address in the address bar so if i could see where they came from and if it not what I expect just send them away

hope this is clear for you

chrisio

Chrisio
Oct 18th, 2004, 04:24 AM
just sorted it.

$_SERVER['HTTP_REFERER']

chrisio