Monday, August 11, 2008
I have moved!
I am no longer keeping this blog up to date. Please find my new blog here:
www.hubcityrob.com
posted by Rob @
9:06 PM
0 comments
My Blogs
Anderson Family Blog
About
About 12 Degrees
About Me
Flickr
www.
flick
r
.com
This is a Flickr badge showing photos in a set called
Pics I Like
. Look up
hubcityrob
for more.
Previous Posts
I have moved!
That sound you just heard...
I would think this would HELP?
Here's a sheriff running for the Mayor of Politica...
Commentary: McMahon shouldn't be the face of forec...
Triple-digit heat retuns to Lubbock | AVALANCHE-JO...
Jacob's Dream
Yeah!!
Reflections of the Celebration of the Life of Jo A...
Embattled West Virginia U. President Says He Won't...
Blogs
Jordon Cooper
Mike Cope's Blog
Ben Wall's Blog
Current Reads
@ $db = mysql_pconnect("localhost", "ra12deg", "SqJfmmqH"); if (!$db) { echo "Error: Could not connect to database."; exit; } mysql_select_db("d12degrees_org"); $query = "select isbn, title, authorfirst, authorlast, datestart from reads where `dateend` = '0000-00-00' order by datestart desc limit 0, 4"; $result = mysql_query($query); $num_results = mysql_numrows($result); for ($i=0; $i <$num_results; $i++) { $row = mysql_fetch_array($result); echo "
"; echo "
"; echo "
"; echo htmlspecialchars( stripslashes($row["title"])); echo " ("; echo htmlspecialchars( stripslashes($row["authorfirst"])); echo " "; echo htmlspecialchars( stripslashes($row["authorlast"])); echo ")
"; } ?>
Completed Reads
@ $db = mysql_pconnect("localhost", "ra12deg", "SqJfmmqH"); if (!$db) { echo "Error: Could not connect to database."; exit; } mysql_select_db("d12degrees_org"); $query = "select isbn, title, authorfirst, authorlast, datestart from reads where `dateend` != '0000-00-00' order by authorlast limit 0, 10"; $result = mysql_query($query); $num_results = mysql_numrows($result); for ($i=0; $i <$num_results; $i++) { $row = mysql_fetch_array($result); echo "
"; echo htmlspecialchars( stripslashes($row["title"])); echo " ("; echo htmlspecialchars( stripslashes($row["authorfirst"])); echo " "; echo htmlspecialchars( stripslashes($row["authorlast"])); echo ")
"; } ?>
Top of the Playlist
@ $db = mysql_pconnect("localhost", "ra12deg", "SqJfmmqH"); if (!$db) { echo "Error: Could not connect to database."; exit; } mysql_select_db("d12degrees_org"); $query = "select isbn, title, artist from tunes order by artist limit 0, 4"; $result = mysql_query($query); $num_results = mysql_numrows($result); for ($i=0; $i <$num_results; $i++) { $row = mysql_fetch_array($result); echo "
"; echo "
"; echo "
"; echo htmlspecialchars( stripslashes($row["title"])); echo " ("; echo htmlspecialchars( stripslashes($row["artist"])); echo ")
"; } ?>
Archives
June 2007
July 2007
December 2007
January 2008
May 2008
June 2008
July 2008
August 2008
Current Posts