if ($uid == $row["uid"] and ( (md5($password) == $row["password"]) ) )
if ($uid == $row["uid"] and ( ($password == $row["password"]) ) )