ID: 24263 Updated by: [EMAIL PROTECTED] Reported By: csmith at squiz dot net -Status: Open +Status: Bogus Bug Type: Unknown/Other Function Operating System: RedHat 7.3 PHP Version: 4.3.2 New Comment:
The browser never sends anchor tags to the webserver, so unless you expect the webserver and/or PHP to be psychic, there's no way you'll ever see it. Previous Comments: ------------------------------------------------------------------------ [2003-06-19 20:58:03] csmith at squiz dot net Description: ------------ Anchors from a URL don't appear in QUERY_STRING. Reproduce code: --------------- Create a page <pre> <? print_r($_SERVER); ?> </pre> View it in a browser with an anchor tag on the end eg http://www.example.com/test.php#anchorname #anchorname doesn't show up anywhere. Expected result: ---------------- #anchorname to appear in QUERY_STRING or somewhere. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24263&edit=1
