Sunday, February 10, 2008
www.flickr.com
This is a Flickr badge showing photos in a set called Pics I Like. Make your own badge here.
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 ")
"; } ?>


3 Comments:
That was fun--but I must be lazy! I'm relaxation and I don't really have priorities. Maybe that's my problem! I'm going to make a list right now--either my priorities or what I believe in, or just what needs to get done tomorrow. Are you really 3:15pm?
I am a 10:02 - breakfasty, (Ben - the web site used the word, I did not make this one up!), like pancakes with the right amount of syrup, and wake my brain up by reading the news. Hmmmm ... I wouldn't have thought this was me.
Trisha - I want to know how she answered her questions to be a 3:15pm.
If I could remember what I said to each question, I could tell you what she said because I'm 3:15, too. Love, Babi1215
Post a Comment
<< Home