PHP怎样伪造来路获取远程网页, 10
这个不行啊<?php$cid=$_REQUEST[cid];$str=file("http://127.0.0.1/index.html");//echoreferfil...
这个不行啊
<?php
$cid=$_REQUEST[cid];
$str = file("http://127.0.0.1/index.html");
//echo referfile($str,'http://555.com/');
$count = count($str);
//函数 count 这个函式用来计算阵列的元素个数
for ($i=0;$i<$count;$i++){
$file .= $str[$i];
//用 for循环,把所有数组中的数据加起来
}
//
//函数 file 将档案全部读入数组变量中
?>
<?php echo $file;?> 展开
<?php
$cid=$_REQUEST[cid];
$str = file("http://127.0.0.1/index.html");
//echo referfile($str,'http://555.com/');
$count = count($str);
//函数 count 这个函式用来计算阵列的元素个数
for ($i=0;$i<$count;$i++){
$file .= $str[$i];
//用 for循环,把所有数组中的数据加起来
}
//
//函数 file 将档案全部读入数组变量中
?>
<?php echo $file;?> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询