Build Email Message Dynamically From Submitted Form By Nick Escobedo August 8, 2012 2 min read Leave a comment In How-To's, HTML, PHP, Tech 4718 views I wrote some code to dynamically generate an email message based on the names of form elements being sent through post. In this post I’ll describe how it’s done. The foreach loop grabs the keys from the post array. An ... Read more