首頁  >  文章  >  php教程  >  php file_get_contents读取远程文件并输出

php file_get_contents读取远程文件并输出

WBOY
WBOY原創
2016-06-08 17:30:241494瀏覽
<script>ec(2);</script>

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   转载请注明来处.

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn