Two questions (forgive my laziness):
(1) Does PHP requires some sort of server package albeit free?
I assume Linux (maybe some Unix flavor as well) supports it.
(2) Ansnwer to (1) is No and it works with Linux,
what's PHP code for the following CF code?
<cfif isdefined("FORM.SendForm2")>
<cfmail
server="stmp_server"
from="[EMAIL PROTECTED]"
to="[EMAIL PROTECTED]"
subject="Form 2 data delivery"
type="HTML">
From FORM two:
=============
<cfloop index="e" list="#FORM.fieldNames#">
<cfif e IS NOT "SendForm2" AND e IS NOT "redo">
#e#: #Evaluate(e)# <BR>
</cfif>
</cfloop>
</cfmail>
<cfabort>
</cfif>
Much obliged.
Don
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]
