email a completed html form as a pdf from a webpage [closed]
I have created a html form and it stores the data using php/mysql. Now i want to have the user 开发者_JS百科enter there email address and click submit and have a the filled out form sent to them via email.
You can create a HTML-email template with some PHP code to retrieve the info, then send to the user/client.
About the PDF thing, you can make PDF's via PHP using PDF functions (that use PDFlib). Or look here too: http://devzone.zend.com/article/12492 If you'd like to use Zend framework.
精彩评论