I have no idea what you meant in Q2, but the answer to Q1 is yes.  PHP
will run on Apache and IIS for sure (I've run it on both) and I wouldn't
be surprised if there were versions or linkages for other servers.

--benD

Chunshen (Don) Li wrote:

> Hi,
>
> 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]

Reply via email to