求救,大神请进。小白问题
首先是小偷站。对方目标站链接形式为xx.com/a/b/不固定英文/不固定数字/
我写的PHP代码
preg_match("/(\w{1,})\/(\d{1,})/", $ID, $arr);
If ($arr != "" & $arr!="") {
$HttpUrl = $surl . "a/b/" . $arr . "/" . $arr;
} Else {
die("参数错误!
返回首页
");
}
$iddir=$arr;
$idname=$arr;
$cachefilename = "a/b/" . $iddir . "/" . $idname;
$mystr = cachefile1($cachefilename,24);
就一直是参数错误。。。
搞了一晚上没搞懂。。
请大神赐教。 没人会吗 这里已经是水坛,没人会认真的 [*]Result:
[*]1
[*]Array
[*](
[*] => abcde/12345
[*] => abcde
[*] => 12345
[*])
[*]
[*]
[*]PHP call:
[*]复制代码在某网站测试,没见什么问题。
SKIDROW 发表于 2013-8-19 15:34
在某网站测试,没见什么问题。
没有问题。。怎么回事呢
salang 发表于 2013-8-19 17:45
没有问题。。怎么回事呢
单步调试吧,还有你那个$ID就是URL么?
SKIDROW 发表于 2013-8-19 18:01
单步调试吧,还有你那个$ID就是URL么?
是的 有大神没有
页:
[1]