Rabu, 25 September 2013

PHP Indonesia - Facebook:

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/ 
Refresh your vocabulary.

Learn a new word everyday by subscribing to Word of the Day. A great tool if you're studying for the GRE, GMAT or LSAT, or simply want to enhance your lexicon.
From our sponsors
Sep 26th 2013, 03:02, by Yogi Pratama

Yogi Pratama 3:02am Sep 26
<?php
//report .xls
header("content-type=application/octet-stream");
header("content-disposition=attachment; filename=doc.xls");
header("pragma:no-cache");
header("expires:0");
//end
?>

salahnya dimana ya? masih belum bisa printout ke .xls -_-

Rachmans Arief 3:03am Sep 26
kurang
header("Content-Type: application/vnd.ms-excel; charset=utf-8");
header("Content-type: application/x-msexcel; charset=utf-8");

Yogi Pratama 3:06am Sep 26
sipp bisa cetak mas.. makasih ya ^_^

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