I'd like to be able to find the anchor value of URLs but am having trouble finding a way to do this in PHP. Any suggestions?
for example if the following page is accessed:
page.html#bottom
REQUEST_URI only returns page.html. How would I retrieve the #bottom portion?