I receive XML by CURL: $retValue = curl_exec($ch); And I wand to send with XML to JavaScript
$retValue = curl_exec($ch);
I try echo $retValue but it's not XML
echo $retValue
How can I send XML to JavaScript from PHP?