Eccomi ancora qui con un codice che non funziona:
Help me plis!! Grassie in anticipo!codice:$racconto=$_GET['id']; $query = mysql_query("select voto from racconti where id = '$racconto'"); list ($votinow) = mysql_fetch_row($query); $votoadd = $votinow++; $query2 = mysql_query("update racconti set voto = '$votoadd' where id = '$racconto'");