PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
There are 3 pages : a.php, b.php, c.php
a.php has a link to c.php
b.php has a link to c.php
Is there any way to find out in c.php which page called it ? Without the use of hidden tags or url paramter. I just need to know the calling script file name.
Thanks
there's the option of (if allowed) opening the access_log and suck out that ip/host's records in the last minute or something.. Although this is defeatable, partly, by anonymizers/proxies