Rabu, 14 Agustus 2013

PHP Indonesia - Facebook: [Help] Gan... ane buat manager file gitu.. hanya d...

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/ 
[Help] Gan... ane buat manager file gitu.. hanya d...
Aug 14th 2013, 16:06, by Limb Gultom

Limb Gultom 4:06pm Aug 14
[Help]
Gan...
ane buat manager file gitu.. hanya dalam 1 file,
tapi saat download, ga bisa gan, ada error :
Warning: Cannot modify header information

tolong msata, bantu saya...
ne script lengkapnya,

http://pastebin.com/47v43zAT

Limb Gultom 4:16pm Aug 14
hellllllllppppppppppppp.............

Anton Wahyu Pramono 4:17pm Aug 14
glek, ini coding serem banget ya.. ini mau download kan ya.. itu sebelum funsgi header jangan ada html code diatasnya. #mumed baca codingnya.

Limb Gultom 4:25pm Aug 14
wkwkkwkwkwkwk
cuma mindahin ne ke atas...

<?php
if($_GET['aksi']=='download')
{
$file_download = $_GET['nama'];
if (file_exists($file_download)) {
header('Content-Description: File Transfer');
header('Content-Type: application/octet-stream');
header('Content-Disposition: attachment; filename='.basename($file_download));
header('Content-Transfer-Encoding: binary');
header('Expires: 0');
header('Cache-Control: must-revalidate');
header('Pragma: public');
header('Content-Length: ' . filesize($file_download));

flush();
readfile($file_download);
exit;
}
}
?>

langsung jadi...

wkwkwkwkwk...

thanks bnget mastaaa....

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