Code: Select all
$query = "
SELECT id, date_format(date, '%M %e, %Y') as date, title, entry
from tblJournal
WHERE id = $id
ORDER BY id DESC
LIMIT $start, $display";
Now I just need to deal with more apostrophies in the actual text of my journal interfering with the RSS feed. Then I think I'm going to attach it to my facebook page, and maybe just maybe, reformat the page so it doesn't look like it came from the 1980s!
Thanks again!