Using PHP to send a fax?
am 19.10.2007 00:15:39 von laredotornado
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
Re: Using PHP to send a fax?
am 19.10.2007 05:22:12 von Courtney
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. ;-)
Re: Using PHP to send a fax?
am 19.10.2007 21:39:35 von Bucky Kaufman
"The Natural Philosopher" wrote in message
news:1192764132.33794.0@demeter.uk.clara.net...
> 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
If you're interested in that kind of thing, try The Internet Phone company:
http://www.tpc.int
Note the .INT domain.
Re: Using PHP to send a fax?
am 22.10.2007 15:52:59 von shror
On Oct 19, 9:39 pm, "Sanders Kaufman" wrote:
> "The Natural Philosopher" wrote in messagenews:1192764132.33794.0@demeter.uk.clara.net...
>
> > laredotorn...@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
>
> 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
laredotornado@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
Re: Using PHP to send a fax?
am 22.10.2007 21:49:13 von Courtney
shror wrote:
> On Oct 19, 9:39 pm, "Sanders Kaufman" wrote:
>> "The Natural Philosopher" wrote in messagenews:1192764132.33794.0@demeter.uk.clara.net...
>>
>>> laredotorn...@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
>> 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
> laredotornado@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.
Then use hylafax
As I said.
>
> shror
>
Re: Using PHP to send a fax?
am 22.10.2007 23:21:55 von Bucky Kaufman
"shror" wrote in message
news:1193061179.307912.143090@e34g2000pro.googlegroups.com.. .
> On Oct 19, 9:39 pm, "Sanders Kaufman" wrote:
>> 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
> laredotornado@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.
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?
Re: Using PHP to send a fax?
am 23.10.2007 08:38:17 von shror
On Oct 22, 11:21 pm, "Sanders Kaufman" wrote:
> "shror" wrote in message
>
> news:1193061179.307912.143090@e34g2000pro.googlegroups.com.. .
>
> > On Oct 19, 9:39 pm, "Sanders Kaufman" wrote:
> >> 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
> > laredotorn...@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.
>
> 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
Re: Using PHP to send a fax?
am 23.10.2007 09:14:17 von Courtney
shror wrote:
> On Oct 22, 11:21 pm, "Sanders Kaufman" wrote:
>> "shror" wrote in message
>>
>> news:1193061179.307912.143090@e34g2000pro.googlegroups.com.. .
>>
>>> On Oct 19, 9:39 pm, "Sanders Kaufman" wrote:
>>>> 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
>>> laredotorn...@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.
>> 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
>
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
>
Re: Using PHP to send a fax?
am 23.10.2007 09:37:27 von shror
On Oct 23, 9:14 am, The Natural Philosopher wrote:
> shror wrote:
> > On Oct 22, 11:21 pm, "Sanders Kaufman" wrote:
> >> "shror" wrote in message
>
> >>news:1193061179.307912.143090@e34g2000pro.googlegroups.com ...
>
> >>> On Oct 19, 9:39 pm, "Sanders Kaufman" wrote:
> >>>> 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
> >>> laredotorn...@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.
> >> 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
>
> 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
Re: Using PHP to send a fax?
am 23.10.2007 12:56:06 von Courtney
shror wrote:
> On Oct 23, 9:14 am, The Natural Philosopher wrote:
>> shror wrote:
>>> On Oct 22, 11:21 pm, "Sanders Kaufman" wrote:
>>>> "shror" wrote in message
>>>> news:1193061179.307912.143090@e34g2000pro.googlegroups.com.. .
>>>>> On Oct 19, 9:39 pm, "Sanders Kaufman" wrote:
>>>>>> 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
>>>>> laredotorn...@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.
>>>> 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
>> 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.
>
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
>
Re: Using PHP to send a fax?
am 23.10.2007 14:19:20 von shror
On Oct 23, 12:56 pm, The Natural Philosopher wrote:
> shror wrote:
> > On Oct 23, 9:14 am, The Natural Philosopher wrote:
> >> shror wrote:
> >>> On Oct 22, 11:21 pm, "Sanders Kaufman" wrote:
> >>>> "shror" wrote in message
> >>>>news:1193061179.307912.143090@e34g2000pro.googlegroups.c om...
> >>>>> On Oct 19, 9:39 pm, "Sanders Kaufman" wrote:
> >>>>>> 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
> >>>>> laredotorn...@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.
> >>>> 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
> >> 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.
>
> 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
Re: Using PHP to send a fax?
am 23.10.2007 23:37:14 von Bucky Kaufman
"shror" wrote in message
news:1193121497.178817.60620@i13g2000prf.googlegroups.com...
> On Oct 22, 11:21 pm, "Sanders Kaufman" wrote:
>> 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
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.
Re: Using PHP to send a fax?
am 23.10.2007 23:37:14 von Bucky Kaufman
"The Natural Philosopher" wrote in message
news:1193136966.5380.0@proxy00.news.clara.net...
> shror wrote:
>> 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-1212@tpc.int and it gets sent via
their network.
Re: Using PHP to send a fax?
am 24.10.2007 08:28:09 von shror
On Oct 23, 11:37 pm, "Sanders Kaufman" wrote:
> "The Natural Philosopher" wrote in messagenews:1193136966.5380.0@proxy00.news.clara.net...
>
> > shror wrote:
> >> 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-1...@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
Re: Using PHP to send a fax?
am 24.10.2007 19:04:14 von laredotornado
On Oct 24, 1:28 am, shror wrote:
> On Oct 23, 11:37 pm, "Sanders Kaufman" wrote:
>
>
>
>
>
> > "The Natural Philosopher" wrote in messagenews:1193136966.5380.0@proxy00.news.clara.net...
>
> > > shror wrote:
> > >> 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-1...@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- Hide quoted text -
>
> - Show quoted text -
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
Re: Using PHP to send a fax?
am 24.10.2007 19:33:10 von Bucky Kaufman
wrote in message
news:1193245454.412147.285750@v23g2000prn.googlegroups.com.. .
> 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.
Re: Using PHP to send a fax?
am 25.10.2007 11:00:33 von shror
On Oct 24, 7:33 pm, "Sanders Kaufman" wrote:
> wrote in message
>
> news:1193245454.412147.285750@v23g2000prn.googlegroups.com.. .
>
> > 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
Re: Using PHP to send a fax?
am 25.10.2007 17:07:20 von Bucky Kaufman
"shror" wrote in message
news:1193302833.843296.278320@v3g2000hsg.googlegroups.com...
> On Oct 24, 7:33 pm, "Sanders Kaufman" wrote:
>> 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.
Limited coverage.
Re: Using PHP to send a fax?
am 25.10.2007 21:27:53 von laredotornado
On Oct 25, 10:07 am, "Sanders Kaufman" wrote:
> "shror" wrote in message
>
> news:1193302833.843296.278320@v3g2000hsg.googlegroups.com...
>
> > On Oct 24, 7:33 pm, "Sanders Kaufman" wrote:
> >> 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.
>
> 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
Re: Using PHP to send a fax?
am 25.10.2007 23:40:12 von Bucky Kaufman
wrote in message
news:1193340473.528910.62720@19g2000hsx.googlegroups.com...
> On Oct 25, 10:07 am, "Sanders Kaufman" wrote:
>> "shror" wrote in message
>> > 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.