UNDER CONSTRUCTION!
require('data.php'); $query="SELECT * FROM times ORDER BY id ASC"; $result=mysql_query($query); $num=mysql_num_rows($result); if ($num==0) { echo "There are Currently No Service Times.
"; } else { ?> $i=0; while ($i < $num) { $id=mysql_result($result,$i,"id"); $time=stripslashes(mysql_result($result,$i,"time")); ?>
echo $time; ?>
$i++; } } ?>
GCCC is located at 2885 Clay Ave, San Diego, CA 92113
© 2007 Grace Covenant Christian Church of the Harvest