// Security check - make sure they've logged in. If not, send them
// to the LOGIN page.
securityCheck(client.valid, client.usertype, "seeker", "../login.htm?type=seeker");
// Dynamically generate the body string according to the attributes in the
// configuration file specified as the argument of dynBody()
bodystr = dynBody("settings.cfg");
if(!dbCheck()) {
redirect("../error.htm?error=dbfail");
}
cursor = database.cursor("select * from seeker where seeker.USERID = '" + client.userID + "'");
cursor.next();
Edit any of the fields below you wish, and click "Make Changes" when you are finished.