 |
|
คือ แบบว่า Download FPDF มา จาก http://www.fpdf.org/ นี่ล่ะค่ะ
แล้วก็ ลอง Coppy Code จากเวปนี้ล่ะ ไปลองrun ดู แล้วมัน error
if(get_magic_quotes_runtime())
@set_magic_quotes_runtime(0);
}
มันคือไรเหรอคะ หน้าที่ใช้รันคือ อันนี้ค่ะ
<html>
<head>
<title>ThaiCreate.Com PHP PDF</title>
</head>
<body>
<?php
require('fpdf.php');
$pdf=new FPDF();
$pdf->AddPage();
$pdf->SetFont('Times','B',16);
$pdf->Cell(0,10,'Welcome to www.ThaiCreate.Com',0,1);
$pdf->Cell(0,20,'Version 2009',0,1,"C");
$pdf->Output("MyPDF/MyPDF.pdf","F");
?>
PDF Created Click <a href="MyPDF/MyPDF.pdf">here</a> to Download
</body>
</html>
ใครทราบช่วยด้วยนะคะ
Tag : - - - -
|
|
 |
 |
 |
 |
Date :
2009-08-25 18:04:06 |
By :
medemaza |
View :
1789 |
Reply :
1 |
|
 |
 |
 |
 |
|
|
|
 |