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 -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -