Problems to add using UPDATE -



Problems to add using UPDATE -

how increment value in field update in mysql using pdo? not working. must added in order perform update

$atualizar = array(':campoa '=>$valora,'campob'=>$valorb); $atualizar_voto = $conn->prepare("update tabela set votos = votos + '1' (campoa = :ida, campob = :idb)");

sql-update

Comments

Popular posts from this blog

maven fortify plugin : Unable to load build session with ID XXXXX .. See log file for more details -

c# - Primavera WebServices does not return any data -

android - Display emoji panel with genymotion - keyboard/touch input? -