Roommate Search
Below are registered conference attendees who are looking for a roommate. You may contact them them via email, and make your own arrangements. We ask that you please inform us when you are no longer seeking a roommate, so we can remove you from the directory.
Name |
Institution |
Country |
Email Address |
There are no participants seeking roommates at this time.\n";
}
for ($i = 0; $i < $num_rows; $i++)
{
$row = mysql_fetch_array($result, MYSQL_NUM);
if ($row[6] != "http://" && $row[6])
{
$name = "".$row[0]." ".$row[1]." ".$row[2]."";
}
else
$name = $row[0]." ".$row[1]." ".$row[2];
print "$name | ".$row[3]." | ".$row[4]." | ".preg_replace('/@/',' at ', $row[5])." |
\n";
}
mysql_free_result($result);
mysql_close($db);
?>
©2003,2004 The University of Minnesota