好,我得到這個錯誤嘗試使用PHP類FPDF:FPDF錯誤:一些數據已輸出,不能發送PDF文件
FPDF error: Some data has already been output, can't send PDF file (output started at
/mnt/webc/e1/12/5691512/htdocs/adminpanel/fpdf/test.php:1)
我的test.php
<?php
require_once("fpdf.php");
$pdf = new FPDF();
$pdf->AddPage();
$pdf->SetFont('Arial','B',16);
$pdf->Cell(40,10,'Hello World!');
$pdf->Output();
?>
有沒有空白或任何東西......那麼錯誤在哪裏?
OMG !!! ...你讓我的一天(夜晚)!!! WOWWWW .. :-) – user1137370 2012-07-10 22:40:02