ho un problema con questa query
$sqlmodifica="SELECT * FROM users WHERE username = '$nickname' AND userid = '$id' SET email_address = '$email', allineamento = '$allineamento', avatar = '$avatar', info = '$info'";
volevo sapere cosa sbaglio visto che mi esce
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'SET email_address = 'asda', allineamento = 'Legale_Buono',
l'obbiettivo della quey è modificare i dati in un determinato campo di una delle righe che ci sono alll'interno della tabella
