0
if(isset($_GET['id'])){
echo $_GET['id']; }
<a href="test.php?id=10#12">Click Here</a>

Output: 10 Why i am not get 10#12.

0 Answers0