retrieve the hash in the url with php?

后端 未结 5 2134
说谎
说谎 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:46

    Once you get #value using javascript, send it back to server using ajax or .... url : http://example.in/?paramvalue=PKDVS4G#access_token=463d3d40-bdbb-04f3-ddb2-c35e2bd9ffa8

       
    

提交回复
热议问题