Hi.
I'm an absolute newbie, so forgive me.
What I want to do is prevent casual linking of a certain page on my site from any other site.
Here's the pseudo-code:
a) Check referer
b) If it's not blank, redirect them to an "oops" error page
c) If it's blank, do nothing.
What would be the PHP code for this?
(Yes, I know referer blocking is not 100% reliable. I don't need this to be bullet-proof; only to block "bloggers" from linking to that particular section of my site")