Web Page sofware help plz
Guys/Gals,
Bit of a newbie quiestion this...is it possible and at what cost (roughly) to obtain a search engine on your website that can produce results based on a postcode search of data within your website? I was thinking along the lines of being able to have a few choices of radius in miles (5,10,15) for example.
Its just to give me an idea of what is available before I go ahead with a little ("cunning" Blackadder stylee) plan I have
Thanks in advance
Dougie
Bit of a newbie quiestion this...is it possible and at what cost (roughly) to obtain a search engine on your website that can produce results based on a postcode search of data within your website? I was thinking along the lines of being able to have a few choices of radius in miles (5,10,15) for example.
Its just to give me an idea of what is available before I go ahead with a little ("cunning" Blackadder stylee) plan I have
Thanks in advance
Dougie
Originally Posted by D8UGF
Guys/Gals,
Bit of a newbie quiestion this...is it possible and at what cost (roughly) to obtain a search engine on your website that can produce results based on a postcode search of data within your website? I was thinking along the lines of being able to have a few choices of radius in miles (5,10,15) for example.
Its just to give me an idea of what is available before I go ahead with a little ("cunning" Blackadder stylee) plan I have
Thanks in advance
Dougie
Bit of a newbie quiestion this...is it possible and at what cost (roughly) to obtain a search engine on your website that can produce results based on a postcode search of data within your website? I was thinking along the lines of being able to have a few choices of radius in miles (5,10,15) for example.
Its just to give me an idea of what is available before I go ahead with a little ("cunning" Blackadder stylee) plan I have
Thanks in advance
Dougie
<?php
include 'UKpostcodes.php';
$distance = distance_between_postcodes (array( 'from_postcode' => 'AB10 1AQ', 'to_postcode' => 'PR6 0LA' ));
if($distance < 0) {
/* one of the postcodes is invalid */ print $UKpostcodesError;}
else { print "Distance is " . $distance . " mile(s)";}?>
Software is called UK Postcodes fro PHP from CGI interactive.
include 'UKpostcodes.php';
$distance = distance_between_postcodes (array( 'from_postcode' => 'AB10 1AQ', 'to_postcode' => 'PR6 0LA' ));
if($distance < 0) {
/* one of the postcodes is invalid */ print $UKpostcodesError;}
else { print "Distance is " . $distance . " mile(s)";}?>
Then pay hosting company.
Software is called UK Postcodes fro PHP from CGI interactive.
Last edited by lightning101; Mar 5, 2004 at 05:41 PM.
Thread
Thread Starter
Forum
Replies
Last Post



