grizzly straight
Joined: 07 Jun 2006 Posts: 7
|
Posted: Sat Sep 30, 2006 10:20 pm Post subject: Have an idea for my site but dont know if is possible. |
|
|
Ok so heres the deal. I have a website which is campusgoal.com. In the lower left hand corner i have weather that is specific for my town of greeley. Problem is i want to expand this to other cities. So my idea is to get the code for diffrent cities and create a form on my site that when completed would remember that persons info and display their relevent weather. So for example here is the code for three cities i want to expand it to. Im thinking that using their zip code would be most effective for this. I have no i dea if this is possible but any help or info would be a god send. Thanks again for your time.
Jesse
| Code: |
<!--Weather image provided by www.areacodehelp.com--><a href="http://www.areacodehelp.com/cgi-bin/weather/weather.cgi?pands=fort collins, co" target="_blank"><img src="http://www.areacodehelp.com/cgi-bin/weather/weather.cgi?config=png&forecast=zone&alt=hwizone&pands=fort collins, co&hwvbg=FFFFFF&hwvtc=B5OCOO&hwvusettf=0" alt="Zone Forecast for Fort Collins, CO" border="0" /></a>
<!--Weather image provided by www.areacodehelp.com--><a href="http://www.areacodehelp.com/cgi-bin/weather/weather.cgi?pands=greeley, co" target="_blank"><img src="http://www.areacodehelp.com/cgi-bin/weather/weather.cgi?config=png&forecast=zone&alt=hwizone&pands=greeley, co&hwvbg=FFFFFF&hwvtc=B5OCOO&hwvusettf=0" alt="Zone Forecast for Greeley, CO" border="0" /></a>
<!--Weather image provided by www.areacodehelp.com--><a href="http://www.areacodehelp.com/cgi-bin/weather/weather.cgi?pands=boulder, co" target="_blank"><img src="http://www.areacodehelp.com/cgi-bin/weather/weather.cgi?config=png&forecast=zone&alt=hwizone&pands=boulder, co&hwvbg=FFFFFF&hwvtc=B5OCOO&hwvusettf=0" alt="Zone Forecast for Boulder, CO" border="0" /></a>
|
|
|