首页 >php教程 >php手册 >php转换asp问题!!高手请进!

php转换asp问题!!高手请进!

WBOY
WBOY原创
2016-06-06 19:40:44964浏览

?php $where = $_SERVER["HTTP_ACCEPT_LANGUAGE"]; $now_char = explode(',',$where); $where = explode('-',$now_char[0]); $en=$where[0]; $site = $where[1]; if($site=='US' || $site=='us') { header('Location: http://9775956.k84.opensrs.cn/2012/')

$where = $_SERVER["HTTP_ACCEPT_LANGUAGE"];
$now_char = explode(',',$where);
$where = explode('-',$now_char[0]);
$en=$where[0];
$site = $where[1];

if($site=='US' || $site=='us')
{
    header('Location: http://9775956.k84.opensrs.cn/2012/');
    exit;
}
else
{
    header('Location: http://www.sunearthpower.com/web/');
    exit;
}
?>

 

 

 

 

上面一段代码是php版本的语言判断,如何用asp实现同样的功能?

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn