$xml = curl_exec($ch);
i hava an xml object like this which is retruned from a webservice. how can i parse this in PHP?????
$xml = curl_exec($ch);
i hava an xml object like this which is retruned from a webservice. how can i parse this in PHP?????