Which is exactly as it should work...since I wrote it that way for security reasons. 🙂
However, I now find myself needing the script to accept $_GET vars as it is getting reference via a link on another page, like so:
http://www.example.com/sample_script.php?sections=1218
Aside from changing the script to accept $_GET vars, is there another solution available for me to send the variable information to the link? (I suspect someone will say sessions, but I really don't want to set them up for a single type of link.)
Thanks!