Ver Mensaje Individual
  #57 (permalink)  
Antiguo 20/03/2003, 02:27
Avatar de Helbira
Helbira
 
Fecha de Ingreso: octubre-2001
Ubicación: Sevilla, España
Mensajes: 1.228
Antigüedad: 22 años, 6 meses
Puntos: 5
Acentos con SERVERXMLHTTP

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