ecco la query:
DELETE * FROM fabry_storie WHERE id_storia =8
questo l'errore:
Codice:
Messaggio di MySQL: Documentazione
#1064 - 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 '* FROM fabry_storie WHERE id_storia = 8' at line 1
nel codice php invece è messa così:
Codice PHP:
$query2 = "DELETE FROM fabry_storie WHERE id_storia =".$numstoria."LIMIT 1";
$result2 = mysql_query($query2, $connessione ) or die("Errore. Nel eseguire la query di eliminazione");
mah?