•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Site Layout and Usability section within the Web Development category of DaniWeb, a massive community of 401,435 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,866 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Site Layout and Usability advertiser: Programming Forums
Views: 2744 | Replies: 6
![]() |
Hey people,
for the past few months i have been looking into C++, java and php. My web design is mainly about flash, photoshop and dreamweaver so im trying to brush up on my programming skills.
Basically i have a client who wants me to design them a website which is based on his auto repair business. His company also sells its franchise to people. He wants a section where if someones car needs its bumper fixing, they can go on his website, type in their postcode, and the nearest auto repair technicians details will appear. like this site www.revive-uk.com
Is this easy to do? i know its a data driven site, but im a newbie to all this!
Thanks alot
GR Web FX
for the past few months i have been looking into C++, java and php. My web design is mainly about flash, photoshop and dreamweaver so im trying to brush up on my programming skills.
Basically i have a client who wants me to design them a website which is based on his auto repair business. His company also sells its franchise to people. He wants a section where if someones car needs its bumper fixing, they can go on his website, type in their postcode, and the nearest auto repair technicians details will appear. like this site www.revive-uk.com
Is this easy to do? i know its a data driven site, but im a newbie to all this!
Thanks alot
GR Web FX
You should make a MySQL database structure and insert the data of all the post codes & addresses of results for them. Then write the php code to run the queries and display the results.
:cheesy: a vBulletin fan community @ vBulletin.nl :cheesy:
•
•
Join Date: May 2005
Posts: 494
Reputation:
Rep Power: 4
Solved Threads: 18
It is very easy to do something like this and you can do a fopen of a postal site to parse and get all your zip codes.
Do this like once a month so you have the most current data.
Have the parse script insert the data into mysql.
Then use the coordinates to figure out milage from starting point A.
Then its a simple form.. Insert Zip..
Let the PHP find the zip in the table.. find coord's from start point A to ZIPcode end point B.
milage in between and thats your distance.
Do this like once a month so you have the most current data.
Have the parse script insert the data into mysql.
Then use the coordinates to figure out milage from starting point A.
Then its a simple form.. Insert Zip..
Let the PHP find the zip in the table.. find coord's from start point A to ZIPcode end point B.
milage in between and thats your distance.
![]() |
•
•
•
•
•
•
•
•
DaniWeb Site Layout and Usability Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- Simple PHP Question (PHP)
- PHP question regarding Forms (PHP)
- Integrating Php question (PHP)
- A php question (PHP)
Other Threads in the Site Layout and Usability Forum
- Previous Thread: Breadcrumbs on Coldfusion Site
- Next Thread: Domain Name Divert


Linear Mode