"; $xml_string = curl_get_proc ($uri_aa); $root_table = simplexml_load_string ($xml_string); $arry_param = cgi_manipulate (); foreach ($arry_param as $id) { unset ($root_table->$id); } $xml_out = $root_table->asXML(); curl_put_proc ($uri_aa,$xml_out); $out_str = "OK "; echo $out_str; // ------------------------------------------------------------------ ?>