I have a problem inserting data into mysql due to table id.
Tb_Details_worker: id, Name, Function
$sqlinsert = "INSERT INTO tb_detalhe_trabalhador VALUES ('','".$Nome1."','".$Funcao1."')
Error: Column count does not match value count at row 1
Do I have to by the mysql fields after the table name?