Ok, I have an invoice form on a client site that is generated using php pulling data from mysql database. Emailing of the form to customer is built in.
Some of the customers aren't getting it b/c of email server issues blocking html email. So, client would like the form to be attached as a pdf and sent via the same method.
Now, how would I go about doing this? I have seen some pdf functions in php, but not sure what is the right method to do this.
Any suggestions?
Thanks, as always.
Some of the customers aren't getting it b/c of email server issues blocking html email. So, client would like the form to be attached as a pdf and sent via the same method.
Now, how would I go about doing this? I have seen some pdf functions in php, but not sure what is the right method to do this.
Any suggestions?
Thanks, as always.