Mysql
 sql >> Database >  >> RDS >> Mysql

PHP MySQL:salvataggio di PDF nel database

La risposta è proprio lì, nel tuo codice:

// Close and output PDF document
// **This method has several options**, check the source code documentation for more information.
$pdf->Output('example_001.pdf', 'I');

Dalla documentazione :

Quindi, cambia il tuo codice così:

$pdffilecontent = $pdf->Output('', 'S');

e salva quella stringa nel database