[thelist] PHP and anchors

Hendrik Mans hm at netzbiest.de
Sat Jan 13 13:31:31 CST 2001


Jason,

> options.php?user=Mr.%20P&page=1
>
> If I put a "#anchor" in there, it ruins the querystring. It
> either will ruin
> the $page variable, or it won't take it as an anchor. I'm trying
> ot make it
> work.

So you're saying if you have this URI:

 options.php?user=Mr.%20P&page=1#foo

the contents of $page will be "1#foo"? That's not the standard PHP
behaviour. In fact, I don't believe it's even a non-standard one. ;-)  What
version of PHP are you using? On which OS? Using which HTTP server?

Take care,
Hendrik





More information about the thelist mailing list