// make sure the connection is still active and reconnect if it is not.
if (!dbCheck()) {
redirect("../error.htm?error=dbfail");
}
securityCheck(client.valid, client.usertype, "seeker", "../login.htm?seeker.htm");
bodystr = dynBody("settings.cfg");
cursor = database.cursor("select * from seeker where userid='" + client.userID + "'");
cursor.next();