//timeandweather for Ontario code $rqst=$_SERVER["HTTP_HOST"].$_SERVER["PHP_SELF"]; $url="http://www.timeandweather.com/data/wx.htp?code=naon&rqst=".$rqst; @readfile($url); ?>