1<?php 2 header('Location:http://www.php.net'); 3 $f = fopen('demo.txt','w+'); 4 fwrite($f,'Test'); 5 fclose($f); 6 ?>
<script type="text/javascript"> window.location.href='http://ya.ru' </script>
<script>location.href='http://ya.ru';</script>