if ($name = strstr ($HTTP_USER_AGENT, "MSIE")) { //if its MSIE then
Header ("Location: http://www.www.jehanzeb.tk/"); //go to jehanzeb.tk
}
else { //if its something other than MSIE then
Header ("Location: http://www.jehanzeb.tk/"); //go to to yahoo.com
}
?>