Sunday, January 04, 2009
O, Sabbath
"Next time a sunrise steals your breath
or a meadow of flowers
leaves you speechless,
remain that way.
Say nothing and listen
as heaven whispers,
'Did you like it?
I did it just for you'."
--The Great House of God, Max Lucado
posted by Jana @
12:42 AM
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
Prayer
To Grace
The New Year
Motherhood
Shane & Shane
The grinch with radar
Saturday thoughts
Silliness
Faith
Happy Birthday, Luke!
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