Hi guys I have a url like http://localhost.com/api/authenticateuser?user=demo&pass=demo#123
But when i use $_GET['pass'] i am only able to get value of $_GET['pass'] is "demo" not "demo#123"
is there any way to get parameter value as "demo#123"
Thanks