Posted by Neredbojias on 07/13/07 02:42
Suppose I have a normal link like:
<a href="some/path/ululation.php#fragg">Click Dis</a>
Now, in the target page, "ululation.php", I know how to get the pathname
and I even know how to get a possible query name (-not shown here.)
Does anyone know how to address the hash ("fragment" in php)? I've tried
$_SERVER['PHP_SELF'] and $_SERVER['REQUEST_URI'] and things using referer -
all to no avail.
Thanks.
--
Neredbojias
A self-made man who worships his creator
[Back to original message]
|