Mi restituisce questo errore:
codice:
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 '= 'Maria Verdi'' at line 1
dove sbaglio?

eccola query

Codice PHP:
$q1 mysql_query("SELECT idpersona FROM persone WHERE = 'Maria Verdi' ") or die(mysql_error());