Hello
Actually I have to print Report from php and iam using this code
<?php
$handle = printer_open("Microsoft XPS Document Writer");
$handle = printer_open();
?>
bt iam getting following error
Fatal error: Call to undefined function printer_open() in C:\xampp\htdocs\praveen\printer.php on line 2
what i have to do next I try to search on google but did't get any help.
What I have done before this install XAMMP with windows, download php_printer.dll in extension folder and change php.ini
please help i am new to php and i really need this
thanks in advance to the master of php