Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-07-2012, 11:01 PM   PM User | #1
Nickriggi
New Coder

 
Join Date: Sep 2012
Location: Ohio, United States
Posts: 14
Thanks: 3
Thanked 1 Time in 1 Post
Nickriggi is an unknown quantity at this point
Exclamation Need some help. Please Read!

I'm working on a new website where you can post jobs wanted, and there is a zip code feature on the listing. City, State, and zip code. I was wondering if anyone could help me make a Zip code locator / radius around zip code locator like on this site, http://www.helpwanted.com/


I actually want EXACTLY that. With keyword searching as well. Any help is much appreciated.
Nickriggi is offline   Reply With Quote
Old 09-07-2012, 11:10 PM   PM User | #2
mlseim
Master Coder

 
mlseim's Avatar
 
Join Date: Jun 2003
Location: Cottage Grove, Minnesota
Posts: 9,055
Thanks: 8
Thanked 1,032 Times in 1,023 Posts
mlseim has a spectacular aura aboutmlseim has a spectacular aura aboutmlseim has a spectacular aura about
The zipcode thing isn't easy.

You need to either have the database yourself (which is a huge file),
or subscribe to a service that allows you to access their data.

There are two systems that may have different GPS coordinates for the center of the zipcode.
1) USPS (U.S. postal service)
2) US Census Bureau

So, I guess you have to provide us with an idea of how much you're willing to spend on the zipcode database.

Don't just say "free", like Google Maps or Yahoo Maps ... they limit the number of accesses per day, so it's not free.


Here's a free 8.7MB database file if you have the server / webhost requirements that will allow you to use it:
http://federalgovernmentzipcodes.us/



.

Last edited by mlseim; 09-07-2012 at 11:20 PM..
mlseim is offline   Reply With Quote
Users who have thanked mlseim for this post:
Nickriggi (09-07-2012)
Old 09-07-2012, 11:46 PM   PM User | #3
Nickriggi
New Coder

 
Join Date: Sep 2012
Location: Ohio, United States
Posts: 14
Thanks: 3
Thanked 1 Time in 1 Post
Nickriggi is an unknown quantity at this point
Question

Okay, so I downloaded the database. And I do have the permissions to use it. So what do I do now? I seriously have no idea on where to start on this.
Nickriggi is offline   Reply With Quote
Old 09-08-2012, 06:08 AM   PM User | #4
mlseim
Master Coder

 
mlseim's Avatar
 
Join Date: Jun 2003
Location: Cottage Grove, Minnesota
Posts: 9,055
Thanks: 8
Thanked 1,032 Times in 1,023 Posts
mlseim has a spectacular aura aboutmlseim has a spectacular aura aboutmlseim has a spectacular aura about
The zipcode database will need to be put into a MySQL database.

Now you mentioned that you want a zipcode script EXACTLY like theirs,
but it sort of sounds like you don't know PHP or MySQL.

What is your experience with server-side scripting?

If your answer is "none or very little", I suggest you hire a programmer.
A website that does what they are doing is not a small project.

You never mentioned your web development experience, so I'm just guessing.

This being a forum, is not a good venue for finding someone who will just
provide you with scripts. They have to be written, or copied from somewhere
else, installed, tested, troubleshooting, and that's just the scripts, not the
actual website that will be using them.



.

Last edited by mlseim; 09-08-2012 at 06:11 AM..
mlseim is offline   Reply With Quote
Old 09-08-2012, 10:10 PM   PM User | #5
Nickriggi
New Coder

 
Join Date: Sep 2012
Location: Ohio, United States
Posts: 14
Thanks: 3
Thanked 1 Time in 1 Post
Nickriggi is an unknown quantity at this point
Okay, well. With server-side, I wouldn't say "very little" but on a scale from 1-10 with 10 being alot. I'd say around a 5.
Nickriggi is offline   Reply With Quote
Old 09-09-2012, 12:53 AM   PM User | #6
mlseim
Master Coder

 
mlseim's Avatar
 
Join Date: Jun 2003
Location: Cottage Grove, Minnesota
Posts: 9,055
Thanks: 8
Thanked 1,032 Times in 1,023 Posts
mlseim has a spectacular aura aboutmlseim has a spectacular aura aboutmlseim has a spectacular aura about
Well, I'm not sure what to say.

Search Google for some PHP MySQL tutorials, or a script that
sort of does something like you want ... and see how they did it.
Otherwise, work on the website design and partner with someone
on the scripting (programming developmen).

Way too big of a project for me.
mlseim is offline   Reply With Quote
Reply

Bookmarks

Tags
location, locator, programming

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:12 AM.


Advertisement
Log in to turn off these ads.