Find a Roomie / Find a Ride

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!

\n"); $thePeeps = mysql_query($getPeepsQ); while($row = mysql_fetch_array($thePeeps)) { // Loop through echo("
  • {$row['first_name']} {$row['last_name']}\n"); if($row['roomieflag'] == 1 && $row['rideflag'] == 1) { echo(" needs a Ride and a Roommate. "); } elseif($row['roomieflag'] == 1) { echo(" needs a Roommate. "); } else { echo(" needs a Ride. "); } echo("
    \n"); echo("Contact by {$row['contactType']} at "); if($row['contactType'] == "Email") { echo("{$row['contact']}.
    \n"); } else { echo("{$row['contact']}.
    \n"); } echo("Details: {$row['details']}

    \n"); } echo("\n"); ?>