I have a dynamic page in php.I want to extract all the string follwed by # in the URL.The page is a bit like ajax and it doent loads fully just the URL changes.So i need a mechanism as and when the url changes I can capture the string followed by # and do appropriate actions.
eg: index.php#FJDrfjg67
I need
FJDrfjg67
Please Help