Build Email Message Dynamically From Submitted Form By Nick Escobedo August 8, 2012 2 min read 0 Comments In How-To's, HTML, PHP, Tech 4730 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