| Path : /var/www/html/smart_kpp2_bk17 มีค 69/pdf/tutorial/ |
| Current File : /var/www/html/smart_kpp2_bk17 มีค 69/pdf/tutorial/tuto1.php |
<?php
require('../fpdf.php');
$pdf = new FPDF();
$pdf->AddPage();
$pdf->SetFont('Arial','B',16);
$pdf->Cell(40,10,'Hello World!');
$pdf->Output();
?>