Hi
I would like to retrieve the full uri of a requested page. I've tried using $REQUEST_URI and this retrieves everything, including the query string, but not the value after the # e.g.
http://www.thissite.org/index.html?page=3#0005
I would like to get the value after the # - is this possible?
Thanks,
Jim