Archer |
untuk membaca disini.. klik readmore.. untuk baca di Kaskus.. silakan klik judulnya
<?php if(!$_GET[d])
{
die('<a href=?d='.mktime().' target=_blank>Buka</a><br>Periksa
tempat dimana script ini di akses');
}
require_once("fpdf/fpdf.php");
try {
$pdf=new FPDF();
$pdf->AddPage();
$pdf->setAuthor('BimoWeb.com');
$pdf->SetFont('Times');
//$pdf->SetFont('Arial','B',20);
$pdf->Cell(0,10,'BIKIN PDF YUK.',0,1,'C');
$pdf->Cell(0,10,'STANDARNYA TANPA PILIHAN ADALAH I. SEKARANG KITA COBA F');
$pdf->ln();
}
catch (PDFlibException $e) {
die("PDFlib exception occurred in hello sample:\n" .
"[" . $e->get_errnum() . "] " . $e->get_apiname() . ": " .
$e->get_errmsg() . "\n");
}
catch (Exception $e) {
die($e);
}
$pdf->Output('nasgor4.pdf',F); $pdf->Close();
/*
# D: send to the browser and force a file
download with the name given by name.
# F: save to a local file with the name given by name (may include a path).
# S: return the document as a string. name is ignored.
*/ die(); ?>
or you can try this
http://www.mediafire.com/?iwmqimma4d3dqqx
Tidak ada komentar:
Posting Komentar