Comunidad de diseño web y desarrollo en internet online

consulta en fpdf

Citar            
MensajeEscrito el 20 Mar 2014 02:07 pm
estoy generando un pdf en php y nsecito hacer una consulta donde me muestre toda la inforamcion de la bd en el pdf gracias de antemano para el que me pueda ayudar

Por asdiel

5 de clabLevel



Genero:Masculino  

soy programador

chrome
Citar            
MensajeEscrito el 20 Mar 2014 06:46 pm
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

5 de clabLevel



Genero:Masculino  

soy programador

chrome

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.