Ciao a tutti.
C'è un bug che mi infastidisce parecchio:
Codice:
UPDATE tabella SET campo="value" WHERE id=value
una query come quella sopra se inviata tramite PhpMyAdmin funziona meravigliosamente...
Se invece usata da file php mi restituisce il seguente errore:
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 '1' at line 1
P.S: la query esatta è questa:
Codice:
UPDATE combat SET $voten=\"$vote_incr\" WHERE id=$bat_id