URL: example.com/search:#searchWord
Since the # is not send to the server, it is changed to %23.
In the search page I want to display
Results for: #searchWord
But what I get is %23searchWord. I tried htmlspecialchars(), but nothing happens.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To achieve your goal use urldecode.