Posted by Neredbojias on 07/13/07 15:18
Well bust mah britches and call me cheeky, on Fri, 13 Jul 2007 13:03:53 GMT
Beauregard T. Shagnasty scribed:
>> I'm trying to use it as a "pointer" in php, not for the normal
>> function.
>
> You didn't mention that. So then under normal circumstances, you will
> have to do something like:
>
> <a href="some/path/ululation.php?p=fragg">Click Dis</a>
>
> $somevar = $_GET['p'];
>
> and then have your script jump to the id or anchor. But why make it
> difficult? Don't you already have the id/anchor?
Has to be on the url as it acts as a session variable. I'm using a
javascript speed-determining function the results of which I want
communicated to the server to determine a hi-speed vs. lo-speed connection
throughout. The trouble with using a search string is that it reloads the
page non-transparently.
What I have now is more-or-less working, but a true php session would be an
improvement.
--
Neredbojias
A self-made man who worships his creator
[Back to original message]
|