Re: The pound # in $_SERVER variables
- From: newdb@xxxxxxxxxx (denisb)
- Date: Sat, 30 Jun 2007 23:16:42 +0200
Jim Carlock <anonymous@xxxxxxxxx> wrote:
(1) test.php?test_key=test+value
$_SERVER['SCRIPT_NAME'] returns /test/test.php
$_SERVER['REQUEST_URI'] returns /test/test.php?test_key=test+value
$_SERVER['QUERY_STRING'] returns test_key=test+value
(2) test.php?test_key=test+value#test_internal_sublink
$_SERVER['SCRIPT_NAME'] returns /test/test.php
$_SERVER['REQUEST_URI'] returns /test/test.php?test_key=test+value
$_SERVER['QUERY_STRING'] returns test_key=test+value
Questions
(2) How do I get to the #test_internal_sublink?
maybe you can see around 'parse_url()' function :
<http://www.php.net/manual/en/function.parse-url.php>
--
@@@@@
E -00 comme on est very beaux dis !
' `) /
|\_ =="
.
- References:
- The pound # in $_SERVER variables
- From: Jim Carlock
- The pound # in $_SERVER variables
- From: Jim Carlock
- The pound # in $_SERVER variables
- Prev by Date: Re: mssql module not loading
- Previous by thread: The pound # in $_SERVER variables
- Next by thread: Re: The pound # in $_SERVER variables
- Index(es):