php file_get_contents读取远程文件并输出
php file_get_contents读取远程文件并输出,这样做的好得就是不会在flash播放代码中显示对方网站的文件地址,下面是我自己用的一个.是读取方视频文件用的.
<?php 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; }
永久地址:http://www.phprm.com/code/92314b1087fff5a6ff795e5e0c9f7a4e.html
转载随意~请带上教程地址吧^^