View Single Post
ישן 14-01-10, 01:58   # 12
Shon12
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Oct 2007
הודעות: 354

Shon12 לא מחובר  

PHP קוד:
<?php

    
if (preg_match("/firefox/i",$_SERVER['HTTP_USER_AGENT'])) 
    {
        
header("Location: http://www.google.co.il"); 
    }

?>
__________________
Projector Lamps
  Reply With Quote