I found this one. Perhaps it's interesting for someone. Maybe it's even a
bug. Or maybe i ignored some specifications. However:

This query:

    foo-script.php?param=value#anchorname

will lead to 'value#anchorname' for $HTTP_GET_VARS['param']

Better is this one:

    foo-script.php?param=value&#anchorname

which will lead to 'value' for $HTTP_GET_VARS['param']

bye Matthias


Matthias Krehl
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to