A cfhttp “POST” in php
问题 I have a ColdFusion page that appends the a URL with form variables. I'm trying replicate this code in php: <cfhttp method="Post" url='http://api.test.com/import-lead-data.php'> <cfoutput> <cfhttpparam name="BAL_ONE" type="formField" value="#BAL_ONE#"> <!--- <cfhttpparam name="MTG_ONE_INT" type="formField" value="#MTG_ONE_INT#"> <cfhttpparam name="MTG_TWO" type="formField" value="#MTG_TWO#"> <cfhttpparam name="BAL_TWO" type="formField" value="#BAL_TWO#"> <cfhttpparam name="ADD_CASH" type=