"SfR Fresh" - the SfR Freeware/Shareware Archive 
$insert = "replace into " . $myNewsConf['db']['table']['authors'] . " values(
'" . addslashes($_GET['uid']) . "',
'" . addslashes($_POST['name']) . "',
'" . addslashes($_POST['bio']) . "',
'" . addslashes($_POST['auth_level']) . "',
'" . addslashes($_POST['email']) . "',
'" . addslashes($_POST['url']) . "',
'" . addslashes($_POST['date']) . "',
'" . addslashes($_POST['active']) . "',
'" . addslashes($_POST['login']) . "',
'" . $newpass . "',
'" . addslashes($_POST['listening']) . "',
'" . addslashes($_POST['reading']) . "',
'" . addslashes($_POST['thinking']) . "')";
$result = MYSQL_QUERY($insert) or die(mysql_error());
?>
()
has been updated.