asp > php
Er der nogen som kan oversætte nederstående asp-kode til php ?<%
Set xmlhttp = CreateObject("Microsoft.XMLHTTP")
xmlhttp.open "POST", "https://ssl.ditonlinebetalingssystem.dk/remote/dobsservice.asmx", false
xmlhttp.setRequestHeader "Content-Type", "text/xml; charset=utf-8"
xmlhttp.setRequestHeader "SOAPAction", "https://ssl.ditonlinebetalingssystem.dk/remote/authorizePayment"
xmlhttp.send strXMLRequest
authorizePayment = xmlhttp.responseText
response.write authorizePayment
%>