\n\n"; echo "\n" ."\n" ."Date411 - Date Site Reviews\n" ."http://www.date411.com/\n" ."$site_phrase\n" ."en-us\n\n"; $timestamp = date("Y-m-d H:i:s", strtotime("now")); $result = mysql_query("select b_id, b_title, b_date, b_desc, b_keyword, t_path from blogs left join blog_types on blogs.b_type=blog_types.t_id where b_date!='0000-00-00 00:00:00' AND b_frontpage='1' AND b_date<'$timestamp' order by b_date DESC limit 25"); while(list($id, $title, $showdate, $desc, $keyword, $tpath) = mysql_fetch_row($result)) { $showdate = date("D, d M Y H:i:s", strtotime("$showdate")); $title = stripslashes($title); $title = str_replace("&", "&", $title); $desc = stripslashes($desc); $desc = str_replace("&", "&", $desc); $burl = $site_url.$tpath."/".$keyword.".htm"; $bthumb = $site_url.$storagepath."/thumbs/".$bthumb; echo "\n" ."$title\n" ."$burl\n" ."$desc\n" ."$showdate EST\n" ."\n\n"; } echo "" .""; ?>