include('funcs.php'); cache_header(); ?>
|
Find A DebateWatch Near You! | |||||||||||||||||||||||||
|
DebateWatches are occurring in the following communities. If there isn't one listed in your community, sign up now to host one! |
||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
|
$arr = build_state_array();
$db = my_dbconnect();
foreach($arr as $state) {
$sql = "Select * from dbwpeople where state='$state' and approved=1 order by city";
$result = mysql_query($sql);
$count = 0;
$watches = "";
while($myrow = mysql_fetch_array($result)) {
if(my_data($myrow, 'announcement') != "0") {
$watches .= ' ' . my_data($myrow, 'city') . " ";
$count += 1;
}
}
if($count) {
print('');
print(' ' . "$state |
||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||