I have created a html form and it stores the data using php/mysql. Now i want to have the user enter there email address and click submit and have a the filled out form sent to them via email.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.