Posted by John Dunlop on 05/15/06 17:44
Bach 1 1/2C:
> My installation of PHP appends ?PHPSESSID=xxx to hyperlinks. So <a
> href="foobar.html"> becomes <a href="foobar.html?PHPSESSID=xxx">. If
> my hyperlink links to foobar.html#spot, then PHP appends the session id
> incorrectly. It looks like this: <a
> href="foobar.html?PHPSESSID=xxx#spot>. Any experience with this or an
> idea for making it work correctly?
The order is as it must be: the query part always comes before the
fragment part.
--
Jock
[Back to original message]
|