Hello,
My installation of PHP appends ?PHPSESSID=xxx to hyperlinks. So <a
href="foobar.ht ml"> becomes <a href="foobar.ht ml?PHPSESSID=xx x">. If
my hyperlink links to foobar.html#spo t, then PHP appends the session id
incorrectly. It looks like this: <a
href="foobar.ht ml?PHPSESSID=xx x#spot>. Any experience with this or an
idea for making it work correctly?
PHP Version 5.1.2
Thanks.
My installation of PHP appends ?PHPSESSID=xxx to hyperlinks. So <a
href="foobar.ht ml"> becomes <a href="foobar.ht ml?PHPSESSID=xx x">. If
my hyperlink links to foobar.html#spo t, then PHP appends the session id
incorrectly. It looks like this: <a
href="foobar.ht ml?PHPSESSID=xx x#spot>. Any experience with this or an
idea for making it work correctly?
PHP Version 5.1.2
Thanks.
Comment