September 3rd, 2007
August was a slow and boring month (aside from that Senator Craig stuff) but September, just a few short months away from Iowa, is upon us and things in the campaigns are expected to heat up. Though not today because its labor day and we are all on vacation.
So here are your headlines, nothing big thus far but if it happens, I will bring it to you.
include('/web/script/thinkerx/electiongeek.com/Connections/blog_news.php');
?>
$date = '2007-09-03';
//connect to the database
mysql_connect('db.sabren.com',$username,$password);
@mysql_select_db($database) or die( "Unable to select database");
// run the query
$query = "SELECT * FROM news_db WHERE day LIKE '%$date%' ORDER
BY ID DESC";
$result=mysql_query($query);
// start with last_seen_day as an empty so that the first
// real date is different, triggering the header
$last_seen_day = "";
// now loop through the result set
while ($row = mysql_fetch_assoc($result)) {
// show the entry
echo ('
* ‘ . $row["title"] .
“
br> br>“);
}
mysql_close();
mysql_free_result($result);
?>
Posted in Daily News | No Comments »
August 26th, 2007
August has been a SLOW Month for the most part. Congress is out of session, the president is taking a vacation, aside from the Democrats destroying each other and Republicans waiting for Fred Thompson to announce, not much has been going on. So sorry the Daily News reports have been light, there just hasn’t been enough to fill the database.
include('/web/script/thinkerx/electiongeek.com/Connections/blog_news.php');
?>
$date = '2007-08-26';
//connect to the database
mysql_connect('db.sabren.com',$username,$password);
@mysql_select_db($database) or die( "Unable to select database");
// run the query
$query = "SELECT * FROM news_db WHERE day LIKE '%$date%' ORDER
BY ID DESC";
$result=mysql_query($query);
// start with last_seen_day as an empty so that the first
// real date is different, triggering the header
$last_seen_day = "";
// now loop through the result set
while ($row = mysql_fetch_assoc($result)) {
// show the entry
echo ('
* ‘ . $row["title"] .
“
br> br>“);
}
mysql_close();
mysql_free_result($result);
?>
Posted in Daily News, Election 2008 | No Comments »
August 16th, 2007
include('/web/script/thinkerx/electiongeek.com/Connections/blog_news.php');
?>
$date = '2007-08-16';
//connect to the database
mysql_connect('db.sabren.com',$username,$password);
@mysql_select_db($database) or die( "Unable to select database");
// run the query
$query = "SELECT * FROM news_db WHERE day LIKE '%$date%' ORDER
BY ID DESC";
$result=mysql_query($query);
// start with last_seen_day as an empty so that the first
// real date is different, triggering the header
$last_seen_day = "";
// now loop through the result set
while ($row = mysql_fetch_assoc($result)) {
// show the entry
echo ('
* ‘ . $row["title"] .
“
br> br>“);
}
mysql_close();
mysql_free_result($result);
?>
Posted in Daily News, Election 2008 | No Comments »
August 13th, 2007
include('/web/script/thinkerx/electiongeek.com/Connections/blog_news.php');
?>
$date = '2007-08-13';
//connect to the database
mysql_connect('db.sabren.com',$username,$password);
@mysql_select_db($database) or die( "Unable to select database");
// run the query
$query = "SELECT * FROM news_db WHERE day LIKE '%$date%' ORDER
BY ID DESC";
$result=mysql_query($query);
// start with last_seen_day as an empty so that the first
// real date is different, triggering the header
$last_seen_day = "";
// now loop through the result set
while ($row = mysql_fetch_assoc($result)) {
// show the entry
echo ('
* ‘ . $row["title"] .
“
br> br>“);
}
mysql_close();
mysql_free_result($result);
?>
Posted in Daily News, Election 2008 | No Comments »
August 11th, 2007
Speaking of the Iowa Straw Poll as noted yesterday be sure to check out the section devote to the poll.
include('/web/script/thinkerx/electiongeek.com/Connections/blog_news.php');
?>
$date = '2007-08-11';
//connect to the database
mysql_connect('db.sabren.com',$username,$password);
@mysql_select_db($database) or die( "Unable to select database");
// run the query
$query = "SELECT * FROM news_db WHERE day LIKE '%$date%' ORDER
BY ID DESC";
$result=mysql_query($query);
// start with last_seen_day as an empty so that the first
// real date is different, triggering the header
$last_seen_day = "";
// now loop through the result set
while ($row = mysql_fetch_assoc($result)) {
// show the entry
echo ('
* ‘ . $row["title"] .
“
br> br>“);
}
mysql_close();
mysql_free_result($result);
?>
Posted in Daily News, Election 2008 | No Comments »
August 9th, 2007
include('/web/script/thinkerx/electiongeek.com/Connections/blog_news.php');
?>
$date = '2007-08-09';
//connect to the database
mysql_connect('db.sabren.com',$username,$password);
@mysql_select_db($database) or die( "Unable to select database");
// run the query
$query = "SELECT * FROM news_db WHERE day LIKE '%$date%' ORDER
BY ID DESC";
$result=mysql_query($query);
// start with last_seen_day as an empty so that the first
// real date is different, triggering the header
$last_seen_day = "";
// now loop through the result set
while ($row = mysql_fetch_assoc($result)) {
// show the entry
echo ('
* ‘ . $row["title"] .
“
br> br>“);
}
mysql_close();
mysql_free_result($result);
?>
Posted in Daily News, Election 2008 | No Comments »
August 5th, 2007
include('/web/script/thinkerx/electiongeek.com/Connections/blog_news.php');
?>
$date = '2007-08-05';
//connect to the database
mysql_connect('db.sabren.com',$username,$password);
@mysql_select_db($database) or die( "Unable to select database");
// run the query
$query = "SELECT * FROM news_db WHERE day LIKE '%$date%' ORDER
BY ID DESC";
$result=mysql_query($query);
// start with last_seen_day as an empty so that the first
// real date is different, triggering the header
$last_seen_day = "";
// now loop through the result set
while ($row = mysql_fetch_assoc($result)) {
// show the entry
echo ('
* ‘ . $row["title"] .
“
br> br>“);
}
mysql_close();
mysql_free_result($result);
?>
Posted in Daily News, Election 2008 | No Comments »