index.php
Код: Выделить всё
<script type="text/javascript" charset="utf8" > $(document).ready(function() { window.location.href = 'test.php#' + '<?=$_GET['hash']?>'; });</script>Код: Выделить всё
<?echo $_GET['hash'];?>Код: Выделить всё
<script type="text/javascript" charset="utf8" > $(document).ready(function() { window.location.href = 'test.php#' + '<?=$_GET['hash']?>'; });</script>Код: Выделить всё
<?echo $_GET['hash'];?>Код: Выделить всё
<script type="text/javascript" charset="utf8" > $(document).ready(function() { window.location.href = 'test.php?hash=' + <?php $_GET['hash'] ?>; });</script>