Posted by Bach 1 1/2C on 05/15/06 17:15
Hello,
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?
PHP Version 5.1.2
Thanks.
Navigation:
[Reply to this message]
|