bismillahk1 0 Newbie Poster

ho to convert this code into php

<cfhttp method="post" url="#local.autoResponderURL#" result="result" charset="utf-8">


         <cfhttpparam name="listname" type="formfield" value="#local.autoResponderListName#" />

         <cfhttpparam name="meta_adtracking" type="formfield" value="#local.autoResponderAdTracking#" />

         <cfhttpparam name="meta_required" type="formfield" value="#local.autoResponderRequired#" />

         <cfhttpparam name="meta_message" type="formfield" value="1" />

         <cfhttpparam name="name" type="formfield" value="#local.formFirstName#" />

         <cfhttpparam name="email" type="formfield" value="#local.formEmail#" />

         <cfhttpparam name="submit" type="formfield" value="submit" />
</cfhttp>

how to convert it into php

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.