Can any one tell me how I can stop a web page on my server from loading if a visitor is not coming from a specific site?
I need to stop the page from loading if the visitor is not being redirected automatically from a specific web site:
example \"www.shoppingcart.com/redirect\"
I need to be able to say something like:
if $GLOBAL[HTTP_REFERER] does not contain \"shoppingcart.com\" then exit.
any help on how to do this in php would be greatly appreciated