Vorrei fare dei SET multipli con la stessa operazione, ma mi genera un errore nella sintassi.
La mia query:
L'errore:codice:UPDATE news SET img = '".$imgPath."', SET min = '".$thumbPath."', SET cop = '".$copPath."' WHERE titolo = '".$_SESSION["title"]."' AND testo = '".$_SESSION["body"]."'
I campi sono tutti VARCHAR con una capienza di 100 caratteri. Ho provato a togliere gli ultimi due SET ed il codice funziona perfettamente.. Come posso fare però ad inserire tutto in una sola query??codice: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 min = '---percorso min---', SET cop = '---percorso cop---' at line 1

Rispondi quotando
