I have a PHP project where I need to send a hash character (#) within the path of a URL. (http://www.example.com/parameter#23/parameter#67/index.php) I thought that urlencode
Encode the Hash in the URL with %23
http://twitter.com/home?status=I+believe+in+%23love
"I believe in #love"
URL Encoding Reference: http://www.w3schools.com/tags/ref_urlencode.asp