Hello,

What is the best way to print on a locally connected printer from php ?

For printing we want to give the user three options :

1. Screen

2. Local Printer

3. Server Printer

What you guys are using for printing on locally connected printer from
php.

Thanks in advance.

Peace

--
Rajesh
:
####[ GNU/Linux One Stanza Tip (LOST) ]#######################

Sub : kill-proc (killing user process by an user)    LOST #285

#!/bin/sh
ps -aef | grep $USER
echo -en "Process-No to kill : "; read P_ID
kill $P_ID
         
####<[EMAIL PROTECTED]>####################################
:

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to