Eléphanteau du PHP |
15 Messages
15 août 2012, 17:02
merci spols
j'ai copié ce code pour voir
<?php
include("phpToPDF.php");
$PDF = new phpToPDF();
$PDF->AddPage();
$PDF->SetFont("Arial","B",16);
$PDF->Text(40,10,"Uniquement un texte");
$PDF->Output();
?>
deja une erreur
! ) Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\wamp\www\autre\fpdf.php on line 1165
Call Stack
# Time Memory Function Location
1 0.0019 673008 {main}( ) ..\fact.php:0
2 0.0358 2183968 FPDF->Output( ) ..\fact.php:8
3 0.0358 2184128 FPDF->Close( ) ..\fpdf.php:998
4 0.0359 2184128 FPDF->_enddoc( ) ..\fpdf.php:305
5 0.0365 2185032 FPDF->_putresources( ) ..\fpdf.php:1402
6 0.0365 2185032 FPDF->_putfonts( ) ..\fpdf.php:1339
FPDF error: Some data has already been output, can't send PDF file