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
Check out hylafax, if on a *nix platform.
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. ;-)
If you're interested in that kind of thing, try The Internet Phone company:
http://www.tpc.int
Note the .INT domain.
these are websites offering the service of faxing but what
laredo...@zipmail.com means and am interested in his question is
to be able to create a system on our website to send fax from your
website.
shror
Then use hylafax
As I said.
>
> shror
>
MY website?
That's a weird way to phrase it - and not very explanatory.
The wording doens't make any sense - in part because websites don't send
faxes.
It's like the lady who asked me to "install Microsoft on my mouse" or the
fellow who wanted me to "put the Internet on my computer".
Indeed - the way you asked it makes it sound like you want to control MY
modem - and I ain't gonna letcha.
There are a LOT of telephony solutions out there - but the hard part is
often asking the question.
Can you re-phrase yours to make better sense?
ok in rephrasing my question :D I mean
I want to create a form on my website like forms using mail() but to
let the form send to my fax not to my email, is this possible or not
and how to use the hylafax as
The Natural Philosopher recomended.
Thanks and sorry for asking to control your modem :D
shror
You prepare a file usg php and then you exec the hylafax module.
If it is text it's as simple as an email.. see hylafax documentation.
> shror
>
Thanks a lot for your help
but I need one more thing, do I need a special features in my hosting
account, so that I check with my Hosting provider to support it for me
if not found or what I need is just the php to be installed and active
for my hosting account which is already available.
shror
Oh. If you are not doing this on your *own* server, all bets are off.
You need a server equipped with a modem, root access and hylafax
software. And your own telephone line.
> shror
>
oh I understand now this this is really hard work to be done now
Thanks so much for your help, when I get my *own* server I will ask
for your support once more
Thanks a lot
shror
Well - the answer to that one is easy - RTFM.
There are actually a LOT of faxing solutions out there, of which hylafax is
just one.
You just gotta pick one and go with it.
>> but I need one more thing, do I need a special features in my hosting
>> account, so that I check with my Hosting provider to support it for me
>> if not found or what I need is just the php to be installed and active
>> for my hosting account which is already available.
>
> Oh. If you are not doing this on your *own* server, all bets are off.
>
> You need a server equipped with a modem, root access and hylafax software.
> And your own telephone line.
That's not exactly true.
That's why I suggested TPC.int - check it out.
You send an email to something like 555-...@tpc.int and it gets sent via
their network.
Thank you so much Sanders Kaufman
I have checked the TPC.int and checked the email format system and its
really wonderful, and its very easy to configure, its nothing in
configuring just to create a simple form that sends to this great
service.
Thanks again you helped me a lot in figuring this out and giving me
hope in finishing my task in the correct order.
shror
shror, and anyone interested, what hosting service/provider are you
using that facilitates the sending of faxes? My current provider,
ICDSoft, will not install the hylafax module and so we're now looking
for someone who already has it installed or can install it for us.
Thanks for any recommendations, - Dave
> shror, and anyone interested, what hosting service/provider are you
> using that facilitates the sending of faxes? My current provider,
> ICDSoft, will not install the hylafax module and so we're now looking
> for someone who already has it installed or can install it for us.
You probably WON'T find one.
I was talking about TPC.int.
It's a free, public, service for sending faxes.
My only concern is that does it support all the world or its for
limited countries.
shror
Limited coverage.
With regards to TPC.int, do you have, or know of, existing APIs that
already hook into there? I assume faxes can be programatically sent?
Thanks, - Dave
>> > My only concern is that does it support all the world or its for
>> > limited countries.
>>
>> Limited coverage.
>
> With regards to TPC.int, do you have, or know of, existing APIs that
> already hook into there? I assume faxes can be programatically sent?
PHP's built-in mail() function is all you need.
It's just an email message like any other email message.
Although, you bring up an interesting idea.
I probably could make a kinda feature rich script for it.
Hmmm.