Connecting Tech Pros Worldwide Help | Site Map

Faxing from PHP

torjon@NOSPAMnterport.net
Guest
 
Posts: n/a
#1: Jul 17 '05
What are some methods of sending a fax from a PHP page in windows?
Andreas Paasch
Guest
 
Posts: n/a
#2: Jul 17 '05

re: Faxing from PHP


torjon@NOSPAMnterport.net wrote:
[color=blue]
> What are some methods of sending a fax from a PHP page in windows?[/color]

Well, if you have some faxsoftware you can use ... thats a start.
You could just built a html page as output and run it throught html2ps to
have it converted to postscript and then send that postscript file to your
faxsoftware.

I do this on Linux, using hylafax with a proper multitech modem.
Works like a charm.

/Andreas
--
Peace and long life ...
Registeret Linux user #292411
torjon@NOSPAMnterport.net
Guest
 
Posts: n/a
#3: Jul 17 '05

re: Faxing from PHP


On Sat, 20 Mar 2004 21:14:52 +0100, Andreas Paasch
<Andreas@Paasch.Net> wrote:
[color=blue]
>torjon@NOSPAMnterport.net wrote:
>[color=green]
>> What are some methods of sending a fax from a PHP page in windows?[/color]
>
>Well, if you have some faxsoftware you can use ... thats a start.
>You could just built a html page as output and run it throught html2ps to
>have it converted to postscript and then send that postscript file to your
>faxsoftware.
>
>I do this on Linux, using hylafax with a proper multitech modem.
>Works like a charm.
>
>/Andreas
>--
>Peace and long life ...
>Registeret Linux user #292411[/color]


So PHP has no faxiing ability, it has to use whatever fax software is
on the machine.
Andreas Paasch
Guest
 
Posts: n/a
#4: Jul 17 '05

re: Faxing from PHP


torjon@NOSPAMnterport.net wrote:
[color=blue]
> On Sat, 20 Mar 2004 21:14:52 +0100, Andreas Paasch
> <Andreas@Paasch.Net> wrote:
>[color=green]
>>torjon@NOSPAMnterport.net wrote:
>>[color=darkred]
>>> What are some methods of sending a fax from a PHP page in windows?[/color]
>>
>>Well, if you have some faxsoftware you can use ... thats a start.
>>You could just built a html page as output and run it throught html2ps to
>>have it converted to postscript and then send that postscript file to your
>>faxsoftware.
>>
>>I do this on Linux, using hylafax with a proper multitech modem.
>>Works like a charm.
>>
>>/Andreas
>>--
>>Peace and long life ...
>>Registeret Linux user #292411[/color]
>
>
> So PHP has no faxiing ability, it has to use whatever fax software is
> on the machine.[/color]

Correct. PHP is not designed for that purpose AFAIK ... but does very well
in what it is designed for.

--
Peace and long life ...
Registeret Linux user #292411
Closed Thread


Similar PHP bytes