Tagged Questions
7
votes
5answers
184 views
Missing results due to geo proximity formula (store locator)
OK - I've been wrestling with this for about 3 months on and off and since I've exhausted every geo proximity formula out there that I've come across and I'm no closer to getting the right results I ...
5
votes
1answer
334 views
Order table by proximity to specific latitude/longitude (using MySQL+PHP)
MySQL (table)
id | url | lat | lng
----------------------------------
1 | x | 44.339565 | -101.337891
----------------------------------
2 | y | 44.150681 | -101.074219
...
4
votes
1answer
595 views
MySQL Function to Determine Zip Code Proximity / Range
I have been able to create php function to determine a list of zip codes within a certain range of a given zip code. However, my next task is a bit more complex.
Lets say the table has the following ...
3
votes
2answers
182 views
Best way to deal with 900,000 record database and zip codes?
A company we do business with wants to give us a 1.2 gb CSV file every day containing about 900,000 product listings. Only a small portion of the file changes every day, maybe less than 0.5%, and ...
3
votes
2answers
3k views
Proximity search with Google maps
I'm developing a store location application.
Looking up a store, it currently shows the location in googlemaps based on address and zip code.
Now I want to build a function which also shows other ...
1
vote
2answers
45 views
Zip Code proximity calculation in PHP
I've seen all sorts of "store locator"-type solutions on the Web for finding, for example, stores within a given radius of a particular Zip Code, and they have fancy maps that display the nearest ...
0
votes
2answers
286 views
Search for city state zip
So i already have a database of locations of every city, state, zip.
I am currently working on how to do a search and get results of surrounding zip codes x miles away, and have run into some ...
0
votes
1answer
38 views
php how to display friends based on zipcode?
i have a database with some names and addresses, zip codes, etc
i am looking for a way to display names close to a zipcode.
something like based on my zip code to show the people with in my ...
0
votes
1answer
142 views
php proximity script - how to calculate the number of words/characters between 2 given terms/words?
Basically - I want to calculate the "Proximity" of various terms.
By "proximity" I means Specifically the number of spaces/characters/words that sit between them.
Example:
Terms = Word1 / Word2
...
0
votes
0answers
68 views
php : word proximity script? [2nd attempt] [closed]
Possible Duplicate:
php : word proximity script?
Word Proximity Redux.
I would like to make a php script that can scan a chunk of text (any length),
and look for specified/defined terms.
...
0
votes
3answers
118 views
php : word proximity script?
Okay - so, I've spent ages searching in Google,
and even went through a few specific searches at hotscripts etc., several php forums and this place ... nothing (not of use anyway).
i want to be able ...
0
votes
2answers
354 views
Calculate proximity in php
I am trying to write a php function that calculates proximity between two points but I cant get it to work.
I am currently using a function found here: ...