PHPForm Data Generate PDF & Send to Email?
Posted
by
tom
on Programmers
See other posts from Programmers
or by tom
Published on 2011-02-08T13:30:51Z
Indexed on
2011/02/08
15:33 UTC
Read the original article
Hit count: 270
php
I'm a beginner in PHP I was wondering if this is easy to do or if i'd have to outsource this to a programmer -
Basically when a user fills in the PHP Form and submits it I need this to generate as a PDF (with all the labels etc) which will then email/attach to MY email and NOT the user who submitted this form.
I have looked at tcpdf, fpdi but i dont think any of those scripts allow me to do this specifically as from what i heard it generates a download link for the user, and that is not what i need.
If anyone can help me it would be greatly appreciated.
Regards Tom
© Programmers or respective owner