Advertisement
Guest User

Yonlendirme

a guest
Jan 26th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <?php
  2.  // $_SESSION['mobile'] mobil temada oluşturulcak
  3.  // $detect mobil detecti atadığın değişken
  4.  
  5.   if( $detect && !$_SESSION['mobile'] )
  6.   {
  7.      header("Location:m.siten.com");
  8.   }
  9.  
  10.  
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement