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

Linux vanilla kernel on QEMU and networking with eth0 -

rdbms - what exactly the undo information lives in oracle? -

clojure - 'get' replacement that throws exception on not found? -