Salve a tutti, è il primo messaggio che scrivo.
Ho un account gratuito con cui sto facendo esercizi per imparare ad gestire un dabatase mysql.
Nel tentativo di passare la query:
Codice PHP:
$result = mysql_query("SELECT utenti.* FROM 'utenti'
WHERE utenti.username='$usrnm'
AND utenti.password='$pssw'")or die(mysql_error());
Mi esce il seguente errore e, purtroppo non ho trovato soluzione:
Codice PHP:
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 ''utenti' WHERE utenti.username='' AND utenti.password=''' at line 1
Sapeste indicarmi qual'è il problema??
Grazie in anticipo.