03-21-2010, 08:05 AM
|
|
|
Too lazy to set a custom title
Industry Role:
Join Date: Aug 2002
Posts: 55,583
|
Quote:
Originally Posted by AlCapone
Code:
$url="http://www.site.com/video.flv";
$fp = fopen('$url', 'r');
if($fp) {
$filename="$url";
fclose($fp);
}
|
thats really bad code
|
|
|