I very much need a PHP script to determine if the PHP page is used in a frame or the document _top.
This page is to be used in two different worlds and a variable needs to be set if the page is in a frame and unset if used at the _top. The variable will be used to switch on or off various features of the page. If used in a frame, most features will be off.
I hope I am making myself clear. 🙂
It is kind of like a frame braker Javascript but switches on a variable instead of exiting the frame.