fork download
  1. <?php
  2. $var = 123;
  3. ?>
  4. <script>
  5. window.location.replace("/admin/index.php?page=slide#" + <?php echo $var;?>);
  6. </script>
Success #stdin #stdout 0.03s 13112KB
stdin
Standard input is empty
stdout
<script> 
window.location.replace("/admin/index.php?page=slide#" + 123);  
</script>