someone here in SO told me that the hash (#) in the url could be retrieved by php function parse_url? is this true?
my web site got a lot of ajax effects and i want
The hash in the URL doesn't even get to the server. There is no way you can access it from any programming language on the server side.