^ - Testet og virker ... du kan også forwarde med en meddellelse og
en js timeout istedet ... eksempel på alternativ forward.php:
<?php /* Et phpscript */ ?><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="content-type" content="text/html; charset=iso-8859-1"><title>Ingen titel</title>
<script type="text/javascript">
window.onload=function(){setTimeout("window.location.href='
http://<?php echo $_GET['url']; ?>';",2000);}; // Timeout forward via. js timeout 2000ms p.t.
</script>
</head><body>
Du viderestilles nu til:
http://<?php echo $_GET['url']; ?>
</body></html>