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

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -