Ciao, ho un problema di cancellazione record. Questo il codice:
$query = "DELETE * FROM TBL_NEWS WHERE ID_NEWS = 1";
$result = mysql_query($query) or DIE(mysql_error());
restituisce questo errore
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 TBL_NEWS WHERE ID_NEWS = 1' at line 1
di che si tratta?