I want to make a code, that when you edit the $GET variables, or try to access the site for any matter (on "main.php"), it will lead you to a specific spot in the page, the one where "main.php" has no $GET variables. The problem is, is I don't know where to start.
I want to know this because (yes, I know there are other ways to get around this, but its a basic security measure)...
I'll explain it in detail: I have an image. I made a program (outside of PHP) that generated 250 <area> tags for the image. One of those is the special one, and if you go to lets say... "main.php?Click=233", then the special thing happens. I don't want people cheating for this. I know people could just tlel other people where it is, but whatever. I want them to have to click on the image so that happens, I dont want people typing that in, after someone finds out. And for some other parts of my site also. So when MY SITE doesn't redirect them to MY SITE again, it goes to the main page.
Can anyone understand/help? Please?