Qualcuno mi sa dire cosa sbaglio in questa query?
Codice PHP:
$result mysql_query("delete * from giocatori where user='$_nome'") or die(mysql_error()); 
L'errore che mi dà è:
Codice PHP:
You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near '* from giocatori where user='a'' at line 1