|
Posted by Neredbojias on 07/13/07 05:56
Well bust mah britches and call me cheeky, on Fri, 13 Jul 2007 02:52:24 GMT
Beauregard T. Shagnasty scribed:
> Neredbojias wrote:
>
>> 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.
>
> You should have: <a name="fragg"></a> or <div id="fragg">
> somewhere in ululation.php, right? S'far as I know, it should jump
> right to that part of the page.
I'm trying to use it as a "pointer" in php, not for the normal function.
--
Neredbojias
A self-made man who worships his creator
Navigation:
[Reply to this message]
|