ciao, ho questo errore nella query:

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 'order by regione asc' at line 1

Codice PHP:
    $state mysql_query('select * from regioni where id = ' $row_p['state'] . 'order by regione asc',$myconn) or die(mysql_error()); 
cosa sbaglio?

grazie