Código PHP:
do{
array_push($mFiltroActualR, array($row_rs_Detectar['codigo'],$row_rs_Detectar['nombre'],$row_rs_Detectar['empresa'],$row_rs_Detectar['distrito'],$row_rs_Detectar['id_tip_formulario'],$row_rs_Detectar['fechaIngreso'],$row_rs_Detectar['fecha_act']));
}while ($row_rs_Detectar = mysql_fetch_assoc($rs_Detectar));
Warning: array_push() [function.array-push]: First argument should be an array in
supuestamente esta bien mo codigo y mi consulta a mysql. espero que alguien me tire una cuerda. Gracias