| @@ -297,7 +297,7 @@ function scrape_applications_islington ($search_url, $info_url_base, $comment_ur | |||||
| $clean_postcode = strtolower($postcode); | $clean_postcode = strtolower($postcode); | ||||
| $clean_postcode = str_replace(" ","+", $clean_postcode); | $clean_postcode = str_replace(" ","+", $clean_postcode); | ||||
| $url = "http://ernestmarples.com/?p=sw98jx&f=csv"; | |||||
| $url = "http://ernestmarples.com/?p=" . $clean_postcode . "&f=csv"; | |||||
| $result = file_get_contents($url); | $result = file_get_contents($url); | ||||
| $result = split(",", $result); | $result = split(",", $result); | ||||
| if(count($result) != 2){ | if(count($result) != 2){ | ||||
| @@ -312,7 +312,7 @@ function scrape_applications_islington ($search_url, $info_url_base, $comment_ur | |||||
| $return = array($OSBG->easting, $OSBG->northing); | $return = array($OSBG->easting, $OSBG->northing); | ||||
| } | } | ||||
| function location_to_postcode($easting, $northing) { | function location_to_postcode($easting, $northing) { | ||||
| $url = sprintf( | $url = sprintf( | ||||
| "http://streetmap.co.uk/streetmap.dll?GridConvert?name=%d,%d&type=OSGrid", | "http://streetmap.co.uk/streetmap.dll?GridConvert?name=%d,%d&type=OSGrid", | ||||