03-21-2010, 08:05 AM
|
|
Too lazy to set a custom title
Industry Role:
Join Date: Aug 2002
Posts: 55,262
|
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
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.
WP Stuff
|
|
|