How to return url with Anchor in it?
Posted: Fri Aug 07, 2009 7:51 am
Hi,
I've looked at superglobals, globals, and anywhere else I can think of - still can't find what I need:
I'm trying to differentiate between the urls used to call my php page. $_GET values are not a problem, but I can't figure out any way to retrieve the calling url if it looks like this:
http://www.myserver.com/superduperpage.php#Z
All the global variables seem to strip off the #Z part. Does anyone know how I can retrieve the entire url used? (I'm sure I'm missing something pretty basic here!)
Thanks,
Peter
I've looked at superglobals, globals, and anywhere else I can think of - still can't find what I need:
I'm trying to differentiate between the urls used to call my php page. $_GET values are not a problem, but I can't figure out any way to retrieve the calling url if it looks like this:
http://www.myserver.com/superduperpage.php#Z
All the global variables seem to strip off the #Z part. Does anyone know how I can retrieve the entire url used? (I'm sure I'm missing something pretty basic here!)
Thanks,
Peter