₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,151 members, 8,420,570 topics. Date: Friday, 05 June 2026 at 02:33 AM

Toggle theme

Php Download Script - Webmasters - Nairaland

Nairaland ForumScience/TechnologyWebmastersPhp Download Script (469 Views)

1 Reply

Php Download Script by CALEB65(op): 8:44am On Dec 18, 2013
pls fellow webmasters I created a php download script for my site, but it downloads d file directory name instead of the filenam... Pls help me fix this...
The code.......
$name =$_GET['name'];
$path='upload/';
If(is_file($path . $name)){
Header('Content-type:audio/mp3');
Header('Content-length'.$size);
Header('content-disposition:attachment; filename'. $path);
Echo file_get_contents($path . $name);
} else {echo''File not found'';}
1 Reply

234

Pls Help WebmastersShared Web Hosting | Unlimited Web Hosting | Free Hosting5 Powerful Tips On How To Be Recognized In Blogosphere