ciao a tutti, è possibile fare una cosa del genere?
Codice PHP:$inserisco_foto = mysql_query("INSERT INTO `utenti` (WHERE `nick` ='$nome_utente)(`foto1`)
VALUES ('$foto')'");
ciao a tutti, è possibile fare una cosa del genere?
Codice PHP:$inserisco_foto = mysql_query("INSERT INTO `utenti` (WHERE `nick` ='$nome_utente)(`foto1`)
VALUES ('$foto')'");
Ti serve una query di aggiornamento.
update utenti set foto1 = '$foto' where nick = '$nome_utente'