php - $_GET['_escaped_fragment_'] not returning anything -


i'm following tutorial on html snapshot how return snapshot , first thing i'm testing if $_get['_escaped_fragment_'] returns , doesn't, code have this:

<?    $escaped_fragment = $_get['_escaped_fragment_'];    if(isset($escaped_fragment)){ ?>     <script>     $(document).ready(function(){       console.log("helloo")     })     </script> <? } ?> 

normally helloo in console, don't. doing wrong?

edit: i'm opening url domain.com/?_escaped_fragment_


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -