Posted by The Natural Philosopher on 10/19/07 03:22
laredotornado@zipmail.com wrote:
> Hi,
>
> I'm using PHP 4.4.4 with MySQL 5.0. Does anyone have any experience
> and/or recommendations about PHP libraries to use that will allow one
> to send a fax from our servers? The fax would contain order receipt
> information from a sale.
>
> Thanks, - Dave
>
You don't really need a library: you want a fax send program to
interface to.
Check out hylafax, if on a *nix platform.
http://www.hylafax.org
For text, thats all you need.
If you want to send images, you need to output tiff or postcript.
See the PECL PS library for that.
If you are on a windows platform upgrade to linux. ;-)
[Back to original message]
|