How do I get parameter from hash links in PHP ? -


this link: http://projects/timp#?period=2014-6-25
code :

$period = $_get['period']; echo $period; 

does not work . can ?

change format of urls don't have # in middle. seem quite weird have ?name=value after #...


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -