Minggu, 03 November 2013

PHP Indonesia - Facebook: [ASK Again] mau tanya Masterr sy buat script downl...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Shop Tervis tumblers.

Create a one of a kind personalized gift. It's fun and easy to design!
From our sponsors
[ASK Again] mau tanya Masterr sy buat script downl...
Nov 3rd 2013, 14:29, by Siti Melina Buhang

Siti Melina Buhang 2:29pm Nov 3
[ASK Again]
mau tanya Masterr
sy buat script download backup Database sql
downloadnya sih jadi.. tp gak ada data yg tertulis di dalam file yg di download itu...

gini scriptnya :
<?php
$file=$_GET['nama_file'];

header("Content-Disposition: attachment; filename=".$file);

header("Content-length: ".$file);

header("Content-type: ".$file);

$fp = fopen("./backup/".$file, 'r,');
$content = fread($fp, filesize('./backup/'.$file));
fclose($fp);

echo $content;

exit;
?>

mohon bantuannya master :)

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar