Originariamente inviato da Mix
l'unica cosa che io sò che posso consigliarti è:
Codice PHP:
$query "update tabella1 set campo1=campo1+1 where id=$id_utente1";
$query .= "update tabella1 set campo2=campo2+1 where id=$id_utente2";
mysql_query($query); 


stesso server di bubu.....

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 'update .....