MHBA Weekly Bulletin

Welcome to Maryland Thoroughbred, your window into Maryland's Thoroughbred breeding and racing industry. This is the home of Maryland Horse Breeders Association, Maryland Million and Mid-Atlantic Thoroughbred.


= $todayTimestamp ORDER BY articledate DESC LIMIT 0,12"); } else { $query = mysql_query("SELECT * from newsarticles WHERE startdate <= $todayTimestamp AND stopdate >= $todayTimestamp AND articletype='$type' ORDER BY articledate DESC LIMIT 0,12"); } } elseif($archiveMode == "yes") { if($type == "all") { $query = mysql_query("SELECT * from newsarticles WHERE stopdate <= $todayTimestamp ORDER BY articledate DESC LIMIT 0,12"); } else { $query = mysql_query("SELECT * from newsarticles WHERE stopdate <= $todayTimestamp AND articletype='$type' ORDER BY articledate DESC LIMIT 0,12"); } } } if(!$articleid) { // Display appropriate articles with a while loop while($result = mysql_fetch_array($query)) { // Output articles $newDate = date("m-d-Y", $result[articledate]); echo "
$result[title]
\n"; //echo "Date: $newArticleDate

\n"; echo "$result[header] (more)

\n"; //echo "$result[article]
\n"; } } else { $query = mysql_query("SELECT * from newsarticles WHERE articleID='$articleID'"); while($result = mysql_fetch_array($query)) { // Convert timestamps to actual dates $newArticleDate = date("M d, Y",$result[articledate]); // Output articles echo "$result[title]
\n"; echo "$result[article]\n"; } } ?>

>>> More news

© 2001-2005 all rights reserved
P.O. Box 427; 30 East Padonia Road, Suite 303
Timonium, MD 21094 (410) 252-2100
designed by internationalhorse