Tuesday, April 14, 2009
Thought for this day
"The beginning of love is to let those we love be perfectly themselves, and
not to twist them to fit our own image. Otherwise we love only the
reflection of ourselves we find in them."
-Thomas Merton
posted by Jana @
12:31 PM
0 comments
0 Comments:
Post a Comment
<< Home
www.
flick
r
.com
This is a Flickr badge showing photos in a set called
Pics I Like
. Make your own badge
here
.
RSS Feed
Previous Posts
When Zachary Beaver Came to Town
Birthday Blessings
Poem for Children
Pictures of Hollis Woods
I'm really back this time
The Shaping Power of Narrative
Hello, again
To my mother
On families . . .
The Peace of Wild Things
Blogs
Ben Wall's Blog
Mike Cope's Blog
My Daily Bread
CNN
Emergent
ESPN
Heartlight
TheOoze
Wired
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 ")
"; } ?>
0 Comments:
Post a Comment
<< Home