Routes | Search Routes | Search Results    
   
"; echo ""; echo ""; echo "

You searched for routes meeting the following criteria

Region: 
Route Name Contains:   
Trip Distance:: 
Trip Duration:   
Loop Trip: 
Total Portaging Less Than: 
Route Description contains: 

 


"; foreach ($allData as $a) { $sql = "Select * from Route_Master where routeid = '$a'"; $result = mysql_query($sql); $myrow = mysql_fetch_array($result); echo "$myrow[route]"; echo "
"; } echo "

"; } else { echo "No routes matching this criteria were found - search again"; } echo "
Pages "; if ($offset != 1) { $prevoffset = $offset - $limit; print "


<< previous   \n"; } $pages=intval($numrows/$limit); if ($numrows % $limit) { $pages++; } for ($i=1; $i<=$pages; $i++) { $newoffset = $limit * ($i - 1) +1; print "$i   \n"; } if (!(($offset / $limit) == $pages) && $pages != 1) { $newoffset = $offset + $limit + 1; echo "     "; if ($total > $offset + ($limit-1)) { print "next >>

\n"; } } ?>  

Help instructions go here ...


 

Site contents copyright © 1995-2001, Richard Munn
By using this information, you are agreeing with this disclaimer

Canadian Canoe Routes - A Meeting Place for Canadian Wilderness Paddlers

   
   
   Routes | Search Routes   
   
Show me all routes meeting the following criteria:
(fill in any or all of the search fields below)
 
Region $myrow[region]\n"; }while($myrow = mysql_fetch_array($result)); } $list=$list."\n"; $dropdown="
Route Name Contains:
Distance between and km
Duration between and days
Loop Trip
Total portaging less than m
Route description contains:


 




 

Site contents copyright © 1995-2001, Richard Munn
By using this information, you are agreeing with this disclaimer