Ciao Alethesnake,
prova ad esempio con questo
Codice PHP:
<%
url = "http://www.tuttogratis.it/"
strGet = ""
Set xmlhttp = Server.CreateObject("MSXML2.ServerXMLHTTP.4.0")
xmlhttp.open "GET", url, false
xmlhttp.send (strGet)
status = CInt(XMLHTTP.status)
if status = 200 then
Response.write (xmlhttp.responseText)
else
Response.Write ("Si è verificato un errore:
")
Response.Write (status & ": " & xmlhttp.statusText)
End if
Set xmlhttp = Nothing
%>
IO becco:
msxml4.dll error 'c00ce56e'
System does not support the specified encoding.
Line 18, ovvero Response.write (xmlhttp.responseText)