Help with the sql query, the data is written only in the first table, in the second - they do not want.
$q = "UPDATE users SET email='$email',flname='$flname',fllogin='$fllogin',country_code='$country_code' where pk_user = '$userkey'"; "UPDATE comments SET email='$email' where id_commenter='$userkey'";