Mysql
 sql >> Database >  >> RDS >> Mysql

Avviso:uso di una costante indefinita

Hai dimenticato $ nell'ultima riga della query, appena prima di user_id.

$sql_insert = "INSERT into `language`
(`native`,`other`,`other_list`,`other_read`, `other_spokint`
,`other_spokprod`,`other_writ`  )
VALUES
('$native','$other','$other_list','$other_read','$other_spokint','$other_spokprod',
'$other_writ')  WHERE id= " . $_SESSION[$user_id] . ")"

edit:'user_id' invece di $user_id ha molto più senso :)