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

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 12-06-2006, 09:44 PM   PM User | #1
saber79
New to the CF scene

 
Join Date: Dec 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
saber79 is an unknown quantity at this point
Need Help Creating a Search Box (zip codes) within my site.

OK first off, I'm sorry if this topic was covered before, but I really need some help...

I'm creating a website and one of the requirements is that there should be a seach box situated in the left nav, where the user can type in their zip codes. The search would then automatically bring the user to one of the 50 state pages already created throughout my site, saying something like "congratulations there are multiple dealerships near xxxxx (zip code). (This can't be a google search engine either...just type in your zip and it brings to whatever state page that zip code falls under)

I don't know where to begin as I'm not really familiar with this sort of thing and was hoping to see if anyone had a suggestion, or tutorial or anything like that....

any help would be greatly appreciated. Thanks!
saber79 is offline   Reply With Quote
Old 12-06-2006, 11:44 PM   PM User | #2
wordnerd
New Coder

 
Join Date: Dec 2006
Location: Denver, Colorado
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
wordnerd is an unknown quantity at this point
Get your hands on a database of Zip Codes and their associated states. Some of these also include latitude/longitude information if you later want to perform the math to determine which dealership is *closest* to that zip code, but it doesn't sound like you're going that route just yet.

Once you've got a table set up with all the zip codes, the query then becomes "SELECT state FROM {{table name}} WHERE zip_code = '{{submitted zip code}} LIMIT 1" and do a redirect off of that returned result.
wordnerd is offline   Reply With Quote
Old 12-07-2006, 03:58 AM   PM User | #3
saber79
New to the CF scene

 
Join Date: Dec 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
saber79 is an unknown quantity at this point
Thank you very much...I really appreciate you responding to my post. You've given me that starting point I needed badly...i'll let you know how it turns out....Thank you again!
saber79 is offline   Reply With Quote
Reply

Bookmarks

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 02:50 PM.


Advertisement
Log in to turn off these ads.