Tarayıcınında otomatik olarak Yönlendirme Yapmasını istiyorsaniz bunu kullanabilirsiniz...
<html>
<head>
<noscript>
<meta http-equiv="Refresh" content="2; URL=<? echo $url; ?>" />
</noscript>
<script type="text/javascript">
<!--
function exec_refresh()
{
window.status = "<<<-- Yönlendiriliyorsunuz -->>>" + myvar;
myvar = myvar + " .";
var timerID = setTimeout("exec_refresh();", 100);
if (timeout > 0)
{
timeout -= 1;
}
else
{
clearTimeout(timerID);
window.status = "";
window.location = "<? echo $url; ?>";
}
}
var myvar = "";
var timeout = 20;
exec_refresh();
//-->
</script>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<title>Yönlendiriliyorsunuz...</title>
</head>
<body>
<div align="center">
<center>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="59%" id="AutoNumber1">
<tr>
<td width="100%">
<p align="center"><b>
<p><strong>Şuanda Siteye Yönlendiriliyorsunuz</strong></p>
<a href="<? echo $url; ?>" style="text-decoration: none">
<font color="#FF0000" face="Tahoma" size="2"><? echo $url; ?> Eğer Tarayıcınız Otomatik olarak yönlendirmiyorsa Buraya Tıklayarak Sayfaya Ulaşabilirsiniz.</font></a></b></td>
</tr>
</table>
</center>
</div>
</body>
</html>out.php olarak kaydedin
Örnek olarak..
http://www.sohbetcafe.com/out.php?ur...sohbetcafe.com
Kaan'in verdiği koda sadece tarayıcı yönlendirmesini ekledim ( tşkler Kaan )