Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CURLでXMLを受信します:$retValue = curl_exec($ch); そして、XMLをJavaScriptに送信したいと思います
$retValue = curl_exec($ch);
試してみecho $retValueましたが、XMLではありません
echo $retValue
PHPからJavaScriptにXMLを送信するにはどうすればよいですか?