Rabu, 02 Oktober 2013

PHP Indonesia - Facebook: mau numpang nanya, mengenai membuat laporan di fpd...

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/ 
Learn Adobe Illustrator CS6 Master Techniques from an Adobe Guru!

With over 25 years of experience teaching, Robert Farrell has been a trusted instructor for individuals and companies who want to improve their Adobe skills.
From our sponsors
mau numpang nanya, mengenai membuat laporan di fpd...
Oct 3rd 2013, 03:39, by Chang Sherly

Chang Sherly 3:39am Oct 3
mau numpang nanya, mengenai membuat laporan di fpdf

function Header() {
$this->Image('../image/logo.jpg',1,1.0,3.5);
$this->SetFont('Arial','B',12);
$this->Cell(0,0.75,'LAPORAN PENERIMAAN BARANG',0,0,'C');
$this->Ln();
$this->SetFont('Arial','B',12);
$this->Cell(0,0.75,'Periode',0,0,'C');

$this->Ln();
$this->Line(1.0, 3, 19.7, 3);
$this->Ln();
$this->Ln();
}

Mau nampilin periode tgl disebelah kata periode gimana yah ?? misal $tgl1 s/d $tgl2, thx...

Andrew Chandra Raniello 3:47am Oct 3
$this->Cell(0,0.75,'Periode'.date('d-m-Y'),0,0,'C');

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