$notnew or $rinkstable.datedown is null) and
$rinkstable.ice='Y' GROUP BY state";*/
$statelist=mysql_query($query);
$numstates=mysql_numrows($statelist);
$i=0;
while ($i<$numstates)
{
$statename = mysql_result($statelist,$i,"statename");
echo "$statename";
if ($i<($numstates-1))
{ echo ", "; }
$i++;
}
?>
$notnew and ($rinkstable.datedown>$notnew or
$rinkstable.datedown is null) and $rinkstable.ice='Y' and
$rinkstable.state=$regionstable.statename and $regionstable.regionname='$region'";
/* print $newrinks; */
$newrinksquery=mysql_query($newrinks) or die("Query to find new rinks failed.");
$numnewrinks=mysql_numrows($newrinksquery);
?>
Total rink websites in :
New Rinks in region since
This page contains a list of the official websites that rinks offer. Note that
it doesn't include pages done by others that are just information about the rink. I'm
looking for actual rink-sponsored pages. If you know of any that are not listed here,
please email me! Thank you.
$notnew or $rinkstable.datedown is null) and
and $rinkstable.ice='Y'
*/
$rink_result = mysql_query($query) or die("Rink query failed.");
$rinkrows=mysql_numrows($rink_result);
/*echo "$query\n";*/
$i=0;
$oldstate='';
while($i<$rinkrows)
{
$currstate=mysql_result($rink_result,$i,"state");
$datedown=mysql_result($rink_result,$i,"unix_timestamp(datedown)");
$ice_rink=mysql_result($rink_result,$i,"ice");
$rectype=mysql_result($rink_result,$i,"rectype");
// Check for new state; if so handle it
if ($currstate <> $oldstate) {
if ($oldstate <> '')
{
if ($statecount==0)
{
echo "
\n";
echo "
No active links - sorry!
\n";
}
echo "
\n";
}
echo "
$currstate
\n";
$statecount=0;
$oldstate = $currstate;
}
// Handle the "See also" records
if ($ice_rink=="Y" and $datedown<=$notnew and $rectype=="A")
{
$name=mysql_result($rink_result,$i,"name");
$link=mysql_result($rink_result,$i,"link");
echo "
See also: ";
echo "$name";
if ($datedown != '') {
echo " ($datedowndisplay - Appears to be down)";
}
echo "
\n";
}
// handle the rink records
if ($ice_rink=="Y" and $datedown<=$notnew and $rectype=="R")
{
if ($statecount==0)
echo "
\n";
$city=mysql_result($rink_result,$i,"city");
$name=mysql_result($rink_result,$i,"name");
$link=mysql_result($rink_result,$i,"link");
$otherinfo=mysql_result($rink_result,$i,"otherinfo");
$dateadded=str_replace('-','',mysql_result($rink_result,$i,"dateadded"));
$dateupdated=str_replace('-','',mysql_result($rink_result,$i,"dateupdated"));
/* handle the otherinfo and datedown fields */
if (trim($otherinfo)<>'')
{
$info = " " . $otherinfo;
if ($datedown <> '')
{ $info .= " (" . date('n/j/Y',$datedown) . " - appears to be down)"; }
}
else
{
if ($datedown <> '')
{ $info = " (" . date('n/j/Y',$datedown) ." - appears to be down)"; }
else
{ $info = ""; }
}
echo "