On Sat, 2004-12-18 at 13:00 +0100, Neo Theone wrote:
> I have to setup a HTML-Form to Fax Gateway and I am looking for some way 
> to do this in PHP. Generally have the Fax-Modem and nothing more right now.
> Does anybody have any experiancs with this?
> 
> Thanks for any help
> 

I did something similar to this in perl a long time ago. Basically, you
can build an interface to a hylafax server and build a postscript file
with php (or other scripting language) and then call the hylafax command
with the postscript file. Actually, the interface was part of a web
interface to display the current status of hylafax, so all you really
need is the hylafax commandlines and call them with php.

-Robby

-- 
/***************************************
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON  | www.planetargon.com
* Portland, OR  | [EMAIL PROTECTED]
* 503.351.4730  | blog.planetargon.com
* PHP/PostgreSQL Hosting & Development
*    --- Now supporting PHP5 ---
****************************************/

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

Reply via email to