require("inc/db_conn.php"); // Change color based on section // Yellow: About BrickFest PDX 2004 // Red: News & Announcements // Blue: Events & Expo // White: Register // Brown: Log In // Green: Community Projects // Gray: Links & FAQs $thisSection = "yellow"; ?>
Select the appropriate category below and compose your message. We will read and respond as quickly as possible.
\n"); $myInfo = mysql_query($getMyInfoQ); #echo("results = " . mysql_num_rows($myInfo) . "
\n"); if(mysql_num_rows($myInfo) > 0) { $myName = mysql_result($myInfo,0,0) . " " . mysql_result($myInfo,0,1); $myEmail = mysql_result($myInfo,0,2); } } ?>