$s=mysql_query("select campo from tabla where campo = '$variable'",$conexion);$resultado=mysql_fetch_array($s);$pdf->Cell(80,5,$resultado['campo'],0,1,'C');