How to make for example www.example.com#test
?
I know how to use switches for www.example.com?test=1
But I really need www.example.com#test
Is there possibility to use $_GET
function to make it do something?
How to make for example www.example.com#test
?
I know how to use switches for www.example.com?test=1
But I really need www.example.com#test
Is there possibility to use $_GET
function to make it do something?
http://www.w3.org/TR/WD-htmllink-970328
"URLs can also be used to name locations within HTML documents using the fragment identifier syntax, e.g.
See: <a href="#s3.2">section 3.2</a> for details.
...
<a name="s3.2">Section 3.2</a>The Bigger Picture"