ID:               24263
 User updated by:  csmith at squiz dot net
 Reported By:      csmith at squiz dot net
 Status:           Bogus
 Bug Type:         Unknown/Other Function
 Operating System: RedHat 7.3
 PHP Version:      4.3.2
 New Comment:

Fair call. Thanks for the clarification.


Previous Comments:
------------------------------------------------------------------------

[2003-06-19 21:37:25] [EMAIL PROTECTED]

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.

------------------------------------------------------------------------

[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

Reply via email to