"; echo ""; echo "
"; echo "$l_name"; echo ""; echo "
"; if($region != "") { echo "($d_name)
"; } echo "
"; if($map != ""){ echo "\"$l_name"; } else { echo "$e_NoMap"; } //loka if map if($l_population != ""){ ?>
: 
", $string); $string3 = explode("", $string2[1]); $string5 = explode("
", $string3[0]); $string4 = explode("", $string3[1]); $currentweather = $string5[0]; echo $currentweather; } else { echo "No weather"; } ----------------------------------------------------------------------------------------------------- */ if ($location != "") { $team = mysql_query ("SELECT club_t.team_id, club_t.location_id, club_t.name, club_t.publish, club_t.sortfield FROM club_t WHERE club_t.location_id=$location AND club_t.publish = 1 ORDER BY sortfield, name "); $ground = mysql_query ("SELECT ground_t.ground_id, ground_t.location_id, ground_t.g_name, ground_t.sortfield FROM ground_t WHERE g_publish = 1 AND ground_t.location_id=$location ORDER BY sortfield, g_name "); echo "

$l_name > $m_Clubs $l_name > $m_Grounds
"; while ($r = mysql_fetch_array($team)) { $teamname = $r["name"]; $teamcode = $r["team_id"]; echo "$teamname
"; } echo "
"; while ($r = mysql_fetch_array($ground)) { $groundname = $r["g_name"]; $groundcode = $r["ground_id"]; echo "$groundname
"; } echo "
"; } ?>