PHP Code ASP Code <% 'Timeandweather for Cities Around The World asp code On Error Resume Next rqst=Request.ServerVariables("HTTP_HOST")&Request.ServerVariables("PATH_INFO") url="http://www.timeandweather.com/data/wx.htp?code=int&rqst="&rqst set Http = server.CreateObject("Msxml2.ServerXMLHTTP.3.0") Http.Open "GET", url, False Http.Send Dim wxint wxint = Http.responseText response.write (wxint) Set Http = nothing %>