giā provato ma non vā....
questo č lo scritp completo
if ($editflag == 11) {
$mytime= mktime();
$dob = $dob_year."-".$dob_month."-".$dob_day." 00:00:00";
ExecQuery("UPDATE cvs set title='$title', firstname='$firstname', surname='$surname', nationality='$nationality', sex='$sex', dob='$dob', address='$address', towncity='$towncity' where id='$currentid'");
ExecQuery("UPDATE cvs set county='$county', postcode='$postcode', country='$country', othercountry='$othercountry', homephone='$homephone', workphone='$workphone', mobilephone='$mobilephone' where id='$currentid'");
ExecQuery("UPDATE cvs set email='$email', logicflag='$logicflag', othercounty='$othercounty', militaryservice='$militaryservice', modifiedon='".PhToMyData($mytime)."', modifiedby='$username' where id='$currentid'");
if (!$flagposta) {
invia_change_cvs($email,$username,$password);
invia_notice(2,$currentid);
$flagposta=1;
}