Two things come to mind... 
First, make sure the file is indeed being included/required and you don't
have your paths messed up.

Second, make sure you have the PDF stuff compiled into PHP.
Make a page with <?php phpinfo(); ?> as the only thing in it, then load it
in your web browser and find the words "PDF" in there.

I've not used PDF myself, so that's about the extent of my help. Sorry.

d

> -----Original Message-----
> From: Bill Hudspeth [mailto:[EMAIL PROTECTED] 
> Sent: Monday, March 24, 2003 11:50 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Using include() or require() with PDF module
> 
> 
> I wish to use the include() and/or the require() functions to 
> include a
> block of PHP multiple times in my file. The block contains code for
> outputting PDF elements. Although other external code (functions for
> example) are successfully referenced using these commands, 
> the PHP's PDF
> functions don't seem to work.
> 
> Any ideas?
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to