Receive and send XML PHP

franella

New Member
I receive XML by CURL: \[code\]$retValue = http://stackoverflow.com/questions/10321238/curl_exec($ch);\[/code\] And I wand to send with XML to JavaScriptI try \[code\]echo $retValue\[/code\] but it's not XML How can I send XML to JavaScript from PHP?
 
Back
Top