well i'm going to learn about sending text,pics to fax using php script. so i'd like to ask :
is there any fax software that has to be installed to my computer/server (i'm using apache/php4)
how many MIME type (pdf, txt, doc, jpg, gif etc) that can be send to the fax?
and should i convert them into tiffg3 file?
what kind of software to convert them?
i heard that exec() command is useful for sending fax. how to implement this with clearly php script?
any tutorial for this?