Registered User List :: For internal use only
");
# printf($row["user_id"]); ## LI takes care of this
printf(" | %s\n", $row["email"], $row["name"]);
printf(" | Registered: %s", $row["regdate"], "");
printf(" | Registration Key: ");
printf($row["regkey"], "");
printf("
");
}
?>