25) die("One or more of the parts can't be longer then 25 characters!"); $url="http://".$_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"]; for($i=1; $i<=count($script); $i++){ $target=$url."&time=".$i."&script=".urlencode($script[$i-1]); echo ''; } die(); } else{ $time=$_GET["time"]; $script=$_GET["script"]; } ?>