我在php中有以下代码(httpbody for service): -
<$xmlJobList = "<?xml version='1.0'?><Search><CompanyId><![CDATA[ $companyId ]]></CompanyId>"; $xmlJobList .= "<Offset><![CDATA[ $offset ]]></Offset><Limit><![CDATA[ $limit ]]></Limit>";$xmlJobList .= "<Keywords><![CDATA[ $keywords ]]></Keywords>";$xmlJobList .= "<FunctionalAreaId><![CDATA[ $farea ]]></FunctionalAreaId>**<IndustryTypeIds>"; foreach ($industry as $value){$xmlJobList .= "<IndustryTypeId><![CDATA[ $value ]]></IndustryTypeId>";}$xmlJobList .= "<Format><![CDATA[ $format ]]></Format></Search>";
我想为iPhone / objective-c
编写HTTP正文PLease帮我这个,我第一次为php工作。