Live Virginia, Maryland, DC Results
February 12th, 2008
Today is the Potomac primary where Virginia, Maryland & District of Columbia vote. You can watch live results as they come in. When a candidate is declared the winner their name will go into bold and of course (winner) will be put next to them.
ALSO make sure to discuss the results and more in the new Election Geek Forum
if (!function_exists("GetSQLValueString")) {
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
$theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
$theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
switch ($theType) {
case "text":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "long":
case "int":
$theValue = ($theValue != "") ? intval($theValue) : "NULL";
break;
case "double":
$theValue = ($theValue != "") ? "'" . doubleval($theValue) . "'" : "NULL";
break;
case "date":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "defined":
$theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
break;
}
return $theValue;
}
}
mysql_select_db($database_geek_news, $geek_news);
$query_Candidates_Percent = "SELECT * FROM dem_results WHERE Party = 'Democrats' ORDER BY Percent DESC";
$Candidates_Percent = mysql_query($query_Candidates_Percent, $geek_news) or die(mysql_error());
$row_Candidates_Percent = mysql_fetch_assoc($Candidates_Percent);
$totalRows_Candidates_Percent = mysql_num_rows($Candidates_Percent);
mysql_select_db($database_geek_news, $geek_news);
$query_Republicans = "SELECT * FROM dem_results WHERE Party = 'Republicans' ORDER BY Percent DESC";
$Republicans = mysql_query($query_Republicans, $geek_news) or die(mysql_error());
$row_Republicans = mysql_fetch_assoc($Republicans);
$totalRows_Republicans = mysql_num_rows($Republicans);
mysql_select_db($database_geek_news, $geek_news);
$query_Democrats_2 = "SELECT * FROM dem_results_2 WHERE Party = 'Democrats' ORDER BY Percent DESC";
$Democrats2 = mysql_query($query_Democrats_2, $geek_news) or die(mysql_error());
$row_Democrats2 = mysql_fetch_assoc($Democrats2);
$totalRows_Democrats2 = mysql_num_rows($Democrats2);
mysql_select_db($database_geek_news, $geek_news);
$query_Republicans_2 = "SELECT * FROM dem_results_2 WHERE Party = 'Republicans' ORDER BY Percent DESC";
$Republicans2 = mysql_query($query_Republicans_2, $geek_news) or die(mysql_error());
$row_Republicans2 = mysql_fetch_assoc($Republicans2);
$totalRows_Republicans2 = mysql_num_rows($Republicans2);
mysql_select_db($database_geek_news, $geek_news);
$query_Democrats_3 = "SELECT * FROM dem_results_3 WHERE Party = 'Democrats' ORDER BY Percent DESC";
$Democrats3 = mysql_query($query_Democrats_3, $geek_news) or die(mysql_error());
$row_Democrats3 = mysql_fetch_assoc($Democrats3);
$totalRows_Democrats3 = mysql_num_rows($Democrats3);
mysql_select_db($database_geek_news, $geek_news);
$query_Republicans_3 = "SELECT * FROM dem_results_3 WHERE Party = 'Republicans' ORDER BY Percent DESC";
$Republicans3 = mysql_query($query_Republicans_3, $geek_news) or die(mysql_error());
$row_Republicans3 = mysql_fetch_assoc($Republicans3);
$totalRows_Republicans3 = mysql_num_rows($Republicans3);
?>
Polls Close at 7:00 PM Eastern
|
|
% Reporting | |
|
||
|
Polls Close at 9:30PM Eastern (BAD WEATHER HAS KEPT POLLS OPEN AN EXTRA 90 MINUTES)
| % Reporting | ||
|
||
| % Reporting | ||
|
||
Polls Close at 8:00PM Eastern
|
|
% Reporting | |
|
||
| % Reporting | ||
|
||
mysql_free_result($Republicans);
mysql_free_result($Candidates_Percent);
mysql_free_result($Democrats2);
mysql_free_result($Republicans2);
mysql_free_result($Democrats3);
mysql_free_result($Republicans3);
?>
Posted in Potomac Primary | No Comments »