Scott Schultz wrote:
> 
> Fatal error: Call to undefined function: pdf_new() in
> /usr/local/apache/htdocs/cjhunter/test/pdf/hello.php on line 5
> 

pdf_new() is apparently boggus or unknown, try this in place :

$fd = fopen("/path/to/the/pdf-file/test.pdf", "w");
$pdf = pdf_open($fd);

Make shure your apache process can write to this directory and if the
file alreadey exist, tat the file has good rights on and good owner and
group menbership.

Hope this help !

Alain DESEINE.

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to