roc524 Posted May 22, 2011 Share Posted May 22, 2011 I have a PDF fillable form on the web and have successfully submitted the “FDF” form data to my PHP web page. That data is posted to a string variable. What I need to do is to put this FDF form data into an FDF file and email it as an attachment – perhaps with something like the PHP mail() function. Can anyone provide or refer me to the PHP script to do this? Thank you. Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted May 22, 2011 Share Posted May 22, 2011 You can use a script called PHPMailer for sending emails with attachments. Basic usage example: http://phpmailer.worxware.com/index.php?pg=examplebmail Quote Link to comment Share on other sites More sharing options...
roc524 Posted May 23, 2011 Author Share Posted May 23, 2011 Thank you, wildteen88. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.