File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/tutorial
Editing: tutorial/tuto1.php
Full path: C:\ict\ICT\tutorial\tuto1.php
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<?php require('../fpdf.php'); $pdf = new FPDF(); $pdf->AddPage(); $pdf->SetFont('Arial','B',16); $pdf->Cell(40,10,'Hello World!'); $pdf->Output(); ?>