File manager - Edit - /home/autoph/public_html/pms_v1/pdfViewer/samplepdf.php
Back
<?php require('./fpdf.php'); $pdf = new FPDF(); $pdf->AddPage(); $row=file('toys.txt'); $pdf->SetFont('Arial','B',12); foreach($row as $rowValue) { $data=explode(';',$rowValue); foreach($data as $columnValue) $pdf->Cell(90,12,$columnValue,1); $pdf->SetFont('Arial','',12); $pdf->Ln(); } $pdf->Output(); ?>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings