ID: 35259 User updated by: smksankar at yahoo dot com Reported By: smksankar at yahoo dot com Status: Bogus Bug Type: Unknown/Other Function Operating System: windows PHP Version: 5.0.5 New Comment:
Sorry..I already installed php_printer.dll Previous Comments: ------------------------------------------------------------------------ [2005-11-17 13:58:12] smksankar at yahoo dot com Hi,,Thanks for ur Reply. I already installed php_installer.php..what can i do next ? :) ------------------------------------------------------------------------ [2005-11-17 13:28:47] [EMAIL PROTECTED] Obviously, you need to install php_printer.dll to be able to use it. ------------------------------------------------------------------------ [2005-11-17 13:26:46] smksankar at yahoo dot com Description: ------------ Hi, This code is throwing fatal error..I dnt know Y it is happening ? Pls help me.. This is the code... <? $str1="I am good man"; $handle=printer_open(); printer_start_doc($handle,"footer.php"); printer_start_page($handle); printer_end_page($handle); printer_end_doc($handle); printer_close($handle); ?> Its giving the error.. Error : Fatal error: Call to undefined function printer_open() in c:\wamp\www\everfinn\sans\school\school_view.php on line 16 Please help me anybody.. I installed php_installer.php in PHP Folder. Thanks and Regards, Stephen Raj Reproduce code: --------------- This is the code... <? $str1="I am good man"; $handle=printer_open(); printer_start_doc($handle,"footer.php"); printer_start_page($handle); printer_end_page($handle); printer_end_doc($handle); printer_close($handle); ?> Expected result: ---------------- Just I want to print some contents. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35259&edit=1