skyfen
新手上路

UID 76822
精华
0
积分 47
帖子 31
金钱 47 喜悦币
威望 0
人脉 0
阅读权限 10
注册 2006-7-21
状态 离线
|
[推荐阅读] 问些有经验的高手们一个很普遍但又没有标准的问题
首先在b.com/index.php文件中要有接收a.com这个值
a.com中的index.php
echo"<meta http-equiv=refresh content=\"0;URL=http://www.b.com/index.php?urlstr=".$_SERVER['HOST']."\">";
b.com中的index.php
echo $urlstr;
经过测试这样就可以了。
[ 本帖最后由 skyfen 于 2007-11-22 04:07 PM 编辑 ]
|
|