P: ¿Cómo mostrar los acentos cuando se utiliza XMLHTTP? R: Código PHP:
dim HTTP
set HTTP=Server.CreateObject("Microsoft.XMLHTTP")
HTTP.open "GET", Url , False
HTTP.setRequestHeader "Accept-Language", "sp"
HTTP.setRequestHeader "Pragma", "no-cache"
HTTP.setRequestHeader "Content-Type", "application/x-www-form-urlencoded"
HTTP.Send
Un beso