作者:黄岳雯淑怡彦璇 | 来源:互联网 | 2018-07-17 05:56
ec(2);phpfile_get_contents读取远程文件并输出,这样做的好得就是不会在flash播放代码中显示对方网站的文件地址,下面是我自己用的一个.是读取方视频文件用的.<?phprequire_once("ss.php"); $a_id get_value(id,); if(is_numeric(
php file_get_contents读取远程文件并输出,这样做的好得就是不会在flash播放代码中显示对方网站的文件地址,下面是我自己用的一个.是读取方视频文件用的.
require_once("s/s.php");
$a_id =get_value('id','');
if(is_numeric($a_id) ){
$result =mysql_query("Select * from s where id='$a_id'") or die(mysql_error());
if( mysql_num_rows($result) ){
$rs =mysql_fetch_array( $result );
$swfpath=$rs[5];
}
}
function Get_swf($url){
$data = file_get_contents($url);
header("content-type: application/x-shockwave-flash");
echo $data;
}
?>
本站原创: www.111cn.net 转载请注明来处.