Re: [PHP] PHP to fax

2001-08-31 Thread Andrey Hristov

use exec() to call fax program on Linux.


Andrey Hristov
IcyGEN Corporation
http://www.icygen.com
BALANCED SOLUTIONS


- Original Message - 
From: Ari Nepon [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, August 31, 2001 6:25 PM
Subject: [PHP] PHP to fax 


 Does anyone know of a way to go directly from a PHP/MySQL application to
 having a fax sent out??? I am trying to set up my application so that when a
 transaction is completed. Both parties receive a fax. Anyone done anything
 like this?
 
 Thanks,
 
 Ari Nepon
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]
 
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP to fax

2001-08-31 Thread Sean C. McCarthy

Hi Ari,

If you are using Linux (if not you should! really) You can use lprfax
which will let you use 'lpr -Pfax -Jnumber or name', mgetty-fax, efax
or something like that. If you use one of those programs dump the
information to file and use exec() from PHP.

Sean C. McCarthy
SCI, S.L. (www.sci-spain.com)


Ari Nepon wrote:
 
 Does anyone know of a way to go directly from a PHP/MySQL application to
 having a fax sent out??? I am trying to set up my application so that when a
 transaction is completed. Both parties receive a fax. Anyone done anything
 like this?
 
 Thanks,
 
 Ari Nepon
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]