Tuesday, August 07, 2007
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 ")
"; } ?>


2 Comments:
Those pictures of your kids are so cute! And they bring back sweet memories of our trip to the lake with you. Remember the wild hog? I guess you never know what adventures you'll find!
Love you!
Trisha:
Thanks for all your blog comments; it's fun to know you're reading!
I DO remember the wild hog--I have a picture of it (him/her?) on the very first page I ever scrapbooked. (That page is also one of the very FEW pages I've ever scrapbooked!)
That was a fun memory with all of you at the lake; Alex was the only baby in the group at the time (Josiah and McKenna were in Midland, maybe?)
By the way, did you notice that Luke was wearing the "body glove" you loaned him? He swam with it every single time he got in the water. After you told him he looked like a rescue hero (Gil Gripper :-)), he wanted to wear it all the time. Ah, the power of a compliment! :-)
Love you, friend! How was the mermaid swim party?
Post a Comment
<< Home