On 3/14/07, raaj sharma <rjsharma2000@xxxxxxxxx> wrote:
$handle = printer_open(); again it is giving same errors. i am trying it on localhost. Is it needed to make any changes in php.ini. if so how it will work on the server. Thanx Raaj
You have not set a default printer in php.ini, and php can't find one. You could set the default printer in php.ini, or enter it inside the printer_open function look at the manual page, www.php.net/printer_open Tijnema ps. Include the PHP list(php-general@xxxxxxxxxxxxx) in your CC when replying to this list.
----- Original Message ---- From: Tijnema ! <tijnema@xxxxxxxxx> To: raaj sharma <rjsharma2000@xxxxxxxxx> Cc: php-general@xxxxxxxxxxxxx Sent: Wednesday, March 14, 2007 2:04:12 PM Subject: Re: PHP Printer On 3/14/07, raaj sharma <rjsharma2000@xxxxxxxxx> wrote: > Sir, > I am trying to use printer functions in my script.pls. help me. The printer is working fine with other documents of ms-word etc. > pls. help me > > Thanx > Raaj > > The code is: > > <?php > $handle = printer_open(""); You should define which printer to open, or remove the "" > printer_write($handle, "Text to print"); > printer_close($handle); > ?> > > It is giving errors like : > > Warning: printer_open() [function.printer-open]: couldn't connect to the > printer [] in C:\apachefriends\xampp\htdocs\Project\Seekitall\printer.php > on line 2 > > Warning: printer_write(): supplied argument is > not a valid Printer Handle resource in > C:\apachefriends\xampp\htdocs\Project\Seekitall\printer.php on line > 4 > > Warning: printer_close(): supplied argument is not a > valid Printer Handle resource in > C:\apachefriends\xampp\htdocs\Project\Seekitall\printer.php on line > 5 > > > > > > > > > > ____________________________________________________________________________________ > Food fight? Enjoy some healthy debate > in the Yahoo! Answers Food & Drink Q&A. > http://answers.yahoo.com/dir/?link=list&sid=396545367 ________________________________ TV dinner still cooling? Check out "Tonight's Picks" on Yahoo! TV.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php