I am trying to find a way to save the hash portion of a url and as a PHP variable. This idea is a bit kooky, but bear with me...
I\'d like to extract the \"location
It's contained in the "fragment" value returned from PHP's parse_url function.
From PHP manual:
Will return:
Array ( [scheme] => http [host] => hostname [user] => username [pass] => password [path] => /path [query] => arg=value [fragment] => anchor ) /path