phpprintipp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpprintipp] query


From: Narendra Kothule
Subject: [Phpprintipp] query
Date: Thu, 8 May 2008 17:55:44 +0530

hello.
  
   i am new for PrintIPP class. i want to use for print on TCP/IP printer. 
 
 
   i am trying very simple code.
 
 
 
<?php
 
 if (!function_exists('_'))
      require_once ('gettext.php');
 
require_once("PrintIPP.php");
$ipp = new PrintIPP();
$ipp->setHost("demo.ecotechservices.com");
$ipp->setPrinterURI("/printers/");
$ipp->setData("./testfiles/test-utf8.txt");
// Path to file.
$ipp->printJob();
?>
 
but i am getting error.  & i am not able to solve it.
 
 
 

Warning: stream_select() [function.stream-select]: unable to select [0]: No error (max_fd=0) in C:\wamp\www\new\http_class.php on line 240

Warning: stream_select() [function.stream-select]: unable to select [0]: No error (max_fd=0) in C:\wamp\www\new\http_class.php on line 279

Warning: stream_select() [function.stream-select]: unable to select [0]: No error (max_fd=0) in C:\wamp\www\new\http_class.php on line 279

Warning: stream_select() [function.stream-select]: unable to select [0]: No error (max_fd=0) in C:\wamp\www\new\http_class.php on line 279

Warning: stream_select() [function.stream-select]: unable to select [0]: No error (max_fd=0) in C:\wamp\www\new\http_class.php on line 291

Warning: stream_select() [function.stream-select]: unable to select [0]: No error (max_fd=0) in C:\wamp\www\new\http_class.php on line 308

Warning: stream_select() [function.stream-select]: unable to select [0]: No error (max_fd=0) in C:\wamp\www\new\http_class.php on line 344

Warning: stream_select() [function.stream-select]: unable to select [0]: No error (max_fd=0) in C:\wamp\www\new\http_class.php on line 332

Warning: stream_select() [function.stream-select]: unable to select [0]: No error (max_fd=0) in C:\wamp\www\new\http_class.php on line 344

Fatal error: Maximum execution time of 120 seconds exceeded in C:\wamp\www\new\http_class.php on line 420
 
 
 
 
 
could you help me...???
 
thanks.
narendra
 
 
 
 
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]