Quote:
Originally Posted by NuclioN
The display on forumhome looks awesome  Do we have to re-install or will there be an upgrade?
|
Just a upgade, if you want, I will put (2) files out, (1) will be for people using this method.....
PHP Code:
$new_forecast = forecast_valid($bbuserinfo[field5],$bbuserinfo[field6],$bbuserinfo[field7],$bbuserinfo[field8],$bbuserinfo[field9]);
$new_forecast = fetch_forecast($new_forecast, 1);
And the other using the new faster method ( it does not use VB code to validate or fetch inputs, because VB fetches all the inputs, even if your not using them)...
PHP Code:
$w_fields = array ( '16', '20' );
$new_forecast = fetch_w_fields ( $w_fields );
$new_forecast = fetch_forecast ( $new_forecast, 3 );
1. Plus fixed the sort that was messed up the locations select box!
Also have almost 4,000 more locations for Western Europe, Canada and South America. I am going through each one now many times weather.com sends me an update and many don't work! I 've tested 732 so far and 17 are no good, 12 don't work, and 5 point to the wrong location, someone was sleeping when they wrote them STWS files!
C, ya...
Sonia