can you get the anchor from url with php?

Josh

New member
Is there a way to get the anchor from the url with php? for example if the url is www.page.com/test.php#1 I would want to get '#1' or just '1' from the url.

I would like to be able to do it with php.
 
Back
Top