Current Path :
/
home
/
zrcdevco
/
public_html
/
zrc-email-program
/
fpdf16
/
tutorial
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/zrcdevco/public_html/zrc-email-program/fpdf16/tutorial/tuto1.php
<?php require('../fpdf.php'); $pdf=new FPDF(); $pdf->AddPage(); $pdf->SetFont('Arial','B',16); $pdf->Cell(40,10,'Hello World!'); $pdf->Output(); ?>