Re: [PHP] faxing in PHP

2001-12-24 Thread Steve Maroney
There are many different fax daemons for unix and windows. Thier command line tools are differnt. In the past, I have sent a fax by opening a process to the command line tools provided by the fax software. I simply use PHP variables as arguments. Hope this helps. Steve On Mon, 24 Dec 2001, LDL E

Re: [PHP] faxing in PHP

2001-12-24 Thread Bas van Rooijen
Or use a commercial fax service, this may even be cheaper! http://www.jfax.com/ offers email to fax. bvr. On Mon, 24 Dec 2001 12:26:54 -0800, Jim Lucas [php] wrote: >hylafax >I am working on a project right now to set this up on a linux box. Should >work great. > >Jim -- PHP General Ma

Re: [PHP] faxing in PHP

2001-12-24 Thread Jim Lucas [php]
hylafax I am working on a project right now to set this up on a linux box. Should work great. Jim - Original Message - From: "LDL Enterprise" <[EMAIL PROTECTED]> To: "*PHP-General mail list" <[EMAIL PROTECTED]> Sent: Monday, December 24, 2001 12:15 PM Sub

[PHP] faxing in PHP

2001-12-24 Thread LDL Enterprise
Hi, Is there a way to send to a fax machine like you would a email address in PHP. Thanks for any help you can give. :-)