My links are like this
http://sitename.com/test/t9.html#post23
I want to get the full link from the browser, or get only number of the post from it
I've tried:
$_SERVER['SERVER_NAME'];
$_SERVER['REQUEST_URI'];
But this show me only before the hash
http://sitename.com/test/t9.html#post23
i want get all link or the number after hash 23