|  | 
PHP etkili sayfa yönlendirme işlemi - PHP Webmaster bilgi bankası, knowledge base Webmaster Araçları| AnaSayfa > PHP  > PHP etkili sayfa yönlendirme işlemi |  |  |  | Kategori | : PHP |  | Gönderen | : Admin |  | Tarih | : 2009-08-08 |  | Puan | : 0  | Katılımcı : 0 |  | Okunma | : 5401 |  |  |  |  |  |  |  |  | function yonlendir($adres){
 $adres = ereg_replace("/","",$adres);
 ?>
 
 <script type="text/javascript">
 <!--
 var timeout='3';
 
 function countdown()
 {
 if(timeout>0){
 document.getElementById("saniye").innerHTML = timeout;
 setTimeout('countdown()',1000);
 timeout--;
 }else{
 document.getElementById("saniye").innerHTML = 'Yönleniyor';
 }
 }
 
 countdown();
 -->
 </script>
 <?
 echo "<META http-equiv=\"Window-Target\" content=\"_parent\">";
 echo "<META http-equiv=\"refresh\" content=\"2; url=/$adres/\">";
 }
 
 
 | 
 | Yorumlar |  | Henüz Kimse Yorum Yapmamış, ilk yorumu siz ekleyin! |  | Yorum Ekleme Aparatı |  | Yorum Eklemek için lütfen sol menuden giris yapınız.. |  | Toplam 0 yorum listelendi. | 
 |