|
|
|
ทำไม มันไม่ออกเป็น pdf ไม่รู้อะครับ ดูให้ที่นะครับ มันออกมาเป็นข้อความเฉยๆๆนะครับ ขอบคุณครับ |
|
|
|
|
|
|
|
Code (PHP)
<html>
<head>
<title>ThaiCreate.Com PHP PDF</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
</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,'ลองโว้ยยยยยยยยยยยยยยยยยยยยยยยยยยยยยยยยย',0,1,"C");
$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 : PHP
|
|
|
|
|
|
Date :
2012-11-19 16:36:59 |
By :
Nootum |
View :
880 |
Reply :
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
นี้รูปนะคร้บ
|
|
|
|
|
Date :
2012-11-19 16:41:31 |
By :
NooTum |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ทำไมคุณไม่เรียกภายใต้ http://localhost ครับ
|
|
|
|
|
Date :
2012-11-19 17:38:45 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
file:///C:/AppServ/www/Unnamed%20Site%202/fpdf-lesson-2.php << แล้วมันต้องทำยังไงอะครับ ลองหาในgoogle ก็ไม่มี งงแท้
|
|
|
|
|
Date :
2012-11-21 09:43:02 |
By :
NooTum |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตั้งชื่อไฟล์ให้มันเรียกง่าย ๆ หน่อยครับ
|
|
|
|
|
Date :
2012-11-21 11:51:08 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองเรียกแบบนี้ครับ localhost/ชื่อโฟลเดอร์/ชื่อไฟล์.php ,pdf ก็ว่ากันไป
|
|
|
|
|
Date :
2012-11-22 18:54:22 |
By :
devilturbo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|