php 直接链接重定向(用于拆分测试会员链接)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 直接链接重定向(用于拆分测试会员链接)相关的知识,希望对你有一定的参考价值。
<script language="javascript">
$(document).ready(function() {
window.location.href = "go.php";
});
</script>
<?
$urls = array(
"http://www.affiliateurl1.com",
"http://www.affiliateurl2.com",
"http://www.affiliateurl3.com",
"http://www.affiliateurl4.com");
$url = $urls[array_rand($urls)];
$destination = "Location: $url";
header($destination);
?>
以上是关于php 直接链接重定向(用于拆分测试会员链接)的主要内容,如果未能解决你的问题,请参考以下文章
通过 PHP head() 在重定向之前调用 URL?
如何使用 PHP 重定向并将链接保存在 SQL 中?
重定向所有外部链接
使用 .htaccess 重定向 php 链接
跨域重定向跟踪流量来源
PHP 终极重定向和链接制造商