|
|
|
Some data has already been output, can't send PDF file |
|
|
|
|
|
|
|
$pdf->Output
สองรอบ
|
|
|
|
|
Date :
2012-01-03 11:16:18 |
By :
ikikkok |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ของผม work แบบนี้
Code (PHP)
<?php ob_start();?> //*************
<!doctype html>
<html>
<head>
</head>
<body>
<?php
require('Classes/fpdf181/fpdf.php');
$pdf = new FPDF();
$pdf->AddPage();
$pdf->SetFont('Arial','B',16);
$pdf->Cell(40,10,'Hello World!');
ob_end_clean(); //*************
$pdf->Output();
ob_end_flush(); //*************
?>
</body>
</html>
|
ประวัติการแก้ไข 2020-04-07 16:57:52
|
|
|
|
Date :
2020-04-07 16:56:34 |
By :
eed9792 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|