Re: [PHP] send fax

2002-03-17 Thread heinisch

At 17.03.2002  07:35, you wrote:
Hi,
is it possible  to send automated faxes via PHP?
Thanks in advance,
Senih
If your ISP or your server is able to, yes.
something like
exec(sendfax options,$foo);
should do this. check out your system and ISP for more infos on it.
Some ISP´s offer the sending of faxes via an special e-mail adress,
it´s forwarding a message to a fax.
HTH Oliver


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




[PHP] send fax

2002-03-16 Thread Senih

Hi,
is it possible  to send automated faxes via PHP?
Thanks in advance,
Senih