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 = "purple"; ?>
Looking to share expenses for your trip to BrickFest? Take a look below and see if anybody is going your way or wants to stay with somebody. Contact the person who looks most suitable - or, add your own contact information so somebody can contact you!
// Get the list $event_id = $master_event_id; $getPeepsQ = "select user_accounts.first_name, user_accounts.last_name, roomride.roomieflag, roomride.rideflag, roomride.contactType, roomride.contact, roomride.details from user_accounts, roomride where user_accounts.u_id = roomride.u_id and roomride.e_id = $event_id order by user_accounts.last_name"; echo("