Just curious...
I have a url like:
http://www.test.com/index.html#TESTVALUE
I need to extract, the hash (anchor) value and put it into a variable. I see the parse_url function and the "fragment" index, but that function expects a url like the one above.
How do I grab a full URL like that above? REQUEST_URI DOES NOT return the anchor.
Any ideas?
Jim