I keep getting an error when i try to cycle pages when I use the $PHP_SELF variable from an included page. Is there something I'm doing wrong or is this not possible.
Example:
include("example.php");
in example i use $PHP_SELF, but i want it to return the page that called the include.
Thanks