php - how to get the value of an element in the url after #? -


i write < ? php

if(isset($_request['id'])){

echo $_request['id'];

} ? >

< href="#id=3" > click < /a >

but didn't value of id.. how can it?

i don't think can since string after # interpreted browser anchor name it'll not being passed server.


Comments

Popular posts from this blog

node.js - StackOverflow API not returning JSON -

php - Laravel 4.1 to Heroku: SQLSTATE[HY000] [2002] No such file or directory -

visual studio - How to generate shader debug information (pdb) in VS2012 -