Browse Source

typos

master
memespring 14 years ago
parent
commit
1ccd27b1ec
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/include/scraper_support.php

+ 2
- 2
docs/include/scraper_support.php View File

@@ -297,7 +297,7 @@ function scrape_applications_islington ($search_url, $info_url_base, $comment_ur
$clean_postcode = strtolower($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 = split(",", $result);
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);

}
function location_to_postcode($easting, $northing) {
$url = sprintf(
"http://streetmap.co.uk/streetmap.dll?GridConvert?name=%d,%d&type=OSGrid",


Loading…
Cancel
Save