ScoobyNet.com - Subaru Enthusiast Forum

ScoobyNet.com - Subaru Enthusiast Forum (https://www.scoobynet.com/)
-   Computer & Technology Related (https://www.scoobynet.com/computer-and-technology-related-34/)
-   -   Web Page sofware help plz (https://www.scoobynet.com/computer-and-technology-related-34/307398-web-page-sofware-help-plz.html)

D8UGF 04 March 2004 12:04 PM

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

D8UGF 05 March 2004 12:15 PM


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

Tippity TOP

lightning101 05 March 2004 05:39 PM

<?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)";}?>



Then pay hosting company.



Software is called UK Postcodes fro PHP from CGI interactive.

D8UGF 05 March 2004 05:44 PM

Lightning ur a star!!

Gets me a little bit closer to moving forward with my idea. Cheers

Dougie


All times are GMT +1. The time now is 09:53 PM.


© 2024 MH Sub I, LLC dba Internet Brands