codice:
mysql_query("create database if not exists prova");
mysql_select_db('prova') or die(mysql_error()) ;