retrieve the hash in the url with php?

后端 未结 5 2137
说谎
说谎 2020-12-10 17:14

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

5条回答
  •  伪装坚强ぢ
    2020-12-10 17:36

    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.

提交回复
热议问题