ya logre lo que queria gracias de todas formas me quedo de la sigueinte forma
$query="select * from cpl where mes='".$_POST[mes]."'"; $registro = mysql_query($query); while($row=mysql_fetch_array($registro)) {
$queryy="select * from trabajadorvista where idtrabajador='".$row[1]."'"; $registroo= mysql_query($queryy); $roww=mysql_fetch_array($registroo);
$this->Cell(88,10,$roww[6].$roww[8],1); $this->Cell(28,10,$row[2],1); $this->Cell(23,10,$row[3],1); $this->Cell(21,10,$row[4],1); $this->Cell(24,10,$row[5],1); $this->Cell(24,10,$row[6],1); $this->Cell(25,10,$row[7],1); $this->Cell(32,10,$row[8],1); $this->Ln(10); }
|
Por asdiel
Envíale un mensaje privado
|