I have a url http://www.asdf.com/#444 and I want to know whether the bookmark is 444 when someone visits this URL from another website. Note that the visitor is not coming to this URL from a place within my website.
I need a way to find the 444 value and get that value into my php. I need a snippit of php (and whatever other supporting code that it takes to get the 444 value that will be passed to my php code) that only shows a div if the 444 exists. “Show” the div if it exists. The div s…
