Dark Slipstream Posted July 12, 2009 Report Posted July 12, 2009 I'm looking to find a way to determine the page you just came from. $_SERVER['HTTP_REFERER'] does not work all the time, and is editable. Since it's unreliable, I'm looking for a different way. Thanks. PS: It has to support being navigated to from a secure (https) page. It will only be allowing redirection from PayPal.
iBotPeaches Posted July 12, 2009 Report Posted July 12, 2009 HTTP_REFERER is the only one I know. You could use cookies or sessions, but thats assuming you know there coming from a website you own, which isn't likely. I'll do some more searching.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.