Welcome Guest, Not a member yet? Register   Sign In
DomPDF help!!
#1

[eluser]andregufc[/eluser]
I'm from Portugal, and i can't speack english, my english is not good, but please help me.

I have a form with results of a search, and have one checkbox for each result.

If I select more of 5 results, the pdf not display.

My code:

*************************************************
$this->load->plugin('to_pdf');
$sql='WHERE';
foreach($_POST['opcoes'] as $selecionados){
$sql .= ' Imo_Codigo=\''.$selecionados.'\' OR ';
}
$dados['results'] = $this->db->query('SELECT * FROM Imovel '.$sql.'Imo_Codigo = \'FINALIZA_OR\'');
$html = $this->load->view('cadimobiliario_modoficha', $dados, true);
pdf_create($html, 'Pesquisa Imovel', 'landscape');

*************************************************

if i select 1,2,3,4 or 5 results, the pdf is displayed ok.

Whats the problem? Performance? DomPDF? My Code?

Thx very much!


Messages In This Thread
DomPDF help!! - by El Forum - 08-30-2007, 08:54 AM
DomPDF help!! - by El Forum - 08-30-2007, 01:29 PM
DomPDF help!! - by El Forum - 08-31-2007, 10:07 AM
DomPDF help!! - by El Forum - 08-31-2007, 09:01 PM
DomPDF help!! - by El Forum - 09-03-2007, 06:36 AM
DomPDF help!! - by El Forum - 09-03-2007, 06:45 AM
DomPDF help!! - by El Forum - 09-03-2007, 07:21 AM
DomPDF help!! - by El Forum - 09-03-2007, 08:46 PM
DomPDF help!! - by El Forum - 09-04-2007, 05:22 AM
DomPDF help!! - by El Forum - 09-04-2007, 10:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB