%s
\n", $errorMsg); } if($UserID != "") { if(!($conn = mysql_connect($serverName, $adminName, $password))) { outError(sprintf("Error connecting to host %s, by user %s", $serverName, $adminName)); exit(); } if(!mysql_select_db($dbName, $conn)) { outError(sprintf("Error selecting %s database", $dbName)); outError(sprintf("The error is: %d %s", mysql_errno($conn), mysql_error($conn))); exit(); } if(!($result = mysql_query($sql, $conn))) { outError(sprintf("Error executing %s statement", $sql)); outError(sprintf("The error is: %d %s", mysql_errno($conn), mysql_error($conn))); exit(); } else { if(@mysql_num_rows($result) != 0) { if(($row = mysql_fetch_array($result)) && ($Password == $row["Password"] && $Password != "")) { $valUserID = $UserID; session_register("valUserID"); mysql_close($conn); header("location:http://132.192.43.245/clearcopy/phps/menu.php"); exit(); } else { header("location:http://132.192.43.245/clearcopy/phps/login.php"); exit(); } } else { header("location:http://132.192.43.245/clearcopy/phps/login.php"); exit(); } } mysql_close($conn); } ?> Clearinghouse Login

   
       This clearinghouse is a simple way for you to find out who has different types of strains of mice. It is meant as a tool to encourage collaborative use of unique genetic resources.
      You are welcome to register "Requests" and "Interests" into your record in the database. You will be given a password so that you can update or delete your own records.
You will see all records READ ONLY
Available records at this time: 8
I've already registered
Email:
Password:
Note: password is case-sensitive
Remember my login information.



New user? Please Click here