0
I have a problem entering data in mysql due to table id.
Tb_details_worker: id, Name, Function
$sqlinsert = "INSERT INTO tb_detalhe_trabalhador VALUES ('','".$Nome1."','".$Funcao1."')
Error: Column Count doesn’t match value Count at Row 1
Do I have to put the mysql fields after the table name?
and there worked the solution for you?
– user6026
I’ve already found another kkk mistake
– ChrisAdler