Codice PHP:
...
echo 
$insertSQL;
mysql_select_db($database_man$man);
$Result1 mysql_query($insertSQL$man) or die(mysql_error()); 
...