php - how to get the value of an element in the url after #? -
this question has answer here:
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
Post a Comment