View Single Post
Old 03-21-2010, 12:53 AM  
AlCapone
Confirmed User
 
AlCapone's Avatar
 
Join Date: Sep 2003
Posts: 708
Code:
$url="http://www.site.com/video.flv";

$fp = fopen('$url', 'r');
if($fp) {
	$filename="$url";
	fclose($fp);
}
__________________
"You can get more with a kind word and a gun than you can with a kind word alone.”
AlCapone is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote