i have a problem with fpdf ( another more =( )
i want to load a page after a pdf output... this is my end code:
.....
$pdf->MultiCell(0,10,"Totale Camper Cliente: ".$TOTAL_CLIENT." euro"."\n");
$pdf->MultiCell(0,10,"Totale Complessivo: ".$TOTAL." euro"."\n");
$pdf->MultiCell(0,10,"bye!");
$pdf->Output("$client"."_2015".".pdf",'D');
redirect($_SERVER["DOCUMENT_ROOT"].'index.php/site/members_area','refresh');
but the program create the pdf but dont go in /site/members_area
do you have any answer for me ? thanks a lot by