Ok this used to work but now I've done something to break it. My info.php says that I have PHP support: pdf PDF Support enabled PDFLib Version 3.03 CJK Font Support yes In-memory PDF Creation Support yes BUT when I try and run the clock test code, I get: Fatal error: Call to undefined function: pdf_new() in /home/httpd/pwn/htdocs/test/test.php on line 6 The first 6 lines of code are: <?php $radius = 200; $margin = 20; $pagecount = 10; $pdf = PDF_new(); It seems that PHP doesn't want to recognize any fo the PDF functions. Anybody got ANY idea what's wrong? TIA, Cal http://www.calevans.com -- PHP General 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]