include("../php/mysql_link.php"); ?>
$theoquery = "SELECT date_format(date, '%M %d, %Y') as realdate, title, doc_number FROM content WHERE doc_type='Contest' and tagline LIKE '%Six Degrees%' GROUP BY doc_number DESC LIMIT 1"; $theo_result = mysql_db_query("revolvd6_revolutionsf_com", $theoquery, $mysql_link); while($theo = mysql_fetch_array($theo_result)) { print(""); } ?>