9
576
if(eregi(array("iphone","ipod"),$_SERVER['HTTP_USER_AGENT']) == TRUE) { header("locaton: sayfa.php"); }
<script>location='iphone_index.php'</script>
header("locaton: sayfa.php");
echo '<META HTTP-EQUIV="Refresh" CONTENT="1;URL=iphone_index.php">';