<cfset mymessage = "">
<cfloop index="fieldname" list="#form.fieldnames#">
        <cfset mymessage = mymessage & chr(13) & "#fieldname#:
#evaluate('form.#fieldname#')#">
</cfloop>

Anyone know how to do this in PHP?

Eric
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to