así me quedo el código pero me sale el error de
Notice: Array to string conversion in C:\xampp\htdocs\paginaRH\procesa.php on line 6
Código PHP:
Ver original
mysql_query("INSERT INTO rhes (nombre, fecha_ingreso, fecha_salida, departamento, planta, motivo_dejolaborar, res_profunda1, condicion-trabajo, equipo-trabajo, capacitacion, compañerismo, salario, horarios-descansos, empresa-jefe, recomendar, porque1, volver_trabajar, porque2,funciones_empresa, porque3, mejorado_area) VALUES('{$_POST['nombre']}','{$_POST['fecha_ingreso']}','{$_POST['fecha_salida']}','{$_POST['departamento']}','{$_POST['planta']}','{$_POST['motivo_dejolaborar']}','{$_POST['res_profunda1']}','{$_POST['condicion-trabajo']}','{$_POST['equipo-trabajo']}','{$_POST['capacitacion']}','{$_POST['compañerismo']}','{$_POST['salario']}','{$_POST['horarios-descansos']}','{$_POST['empresa-jefe']}','{$_POST['recomendar']}','{$_POST['porque1']}','{$_POST['volver_trabajar']}','{$_POST['porque2']}','{$_POST['funciones_empresa']}','{$_POST['porque3']}','{$_POST['mejorado_area']}')",$link);
?>
este es el html code
Código HTML:
Ver original <td width="286">CONDICIONES DE TRABAJO
</td> <input type="checkbox" name="condicion-trabajo[]" value="bueno"></td> <input type="checkbox" name="condicion-trabajo[]" value="regular"></td> <input type="checkbox" name="condicion-trabajo[]" value="malo"></td> <td>EQUIPO DE TRABAJO
</td> <td><input type="checkbox" name="equipo-trabajo[]" value="bueno"></td> <td><input type="checkbox" name="equipo-trabajo[]" value="regular"></td> <td><input type="checkbox" name="equipo-trabajo[]" value="malo"></td>
la verdad no se por que sea, puede ser algo tan facil para otros. para mi