|
Posted by chandoo on 08/15/07 09:23
Hi,
I m newbie to the php,
I copied a code and pasted it in dreamweaver and opened it in my local
host.
still i got these problems!
Can u please rectify my probs?
The Program is
<?php
require('fpdf.php');
$pdf=new FPDF();
$pdf->AddPage();
$pdf->SetFont('Arial','B',16);
$pdf->Cell(40,10,'Hello World!');
$pdf->Output();
?>
and the out put is:
Warning: require(fpdf.php) [function.require]: failed to open stream:
No such file or directory in C:\wamp\www\pdf\pdf.php on line 2
Fatal error: require() [function.require]: Failed opening required
'fpdf.php' (include_path='.;C:\php5\pear') in C:\wamp\www\pdf\pdf.php
on line 2
can u resolve this problem,And can u send me a source code if time and
thigs avail..
Thank u
Navigation:
[Reply to this message]
|