Tema: FPDF a MySQL
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/04/2008, 21:25
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: FPDF a MySQL

Hola cesar_balderas,

Podrias hacer algo así:
Código PHP:
ob_start();
$pdf->Output();
$archivo addslashes(ob_get_clean());

$sql "INSERT INTO archivos (`pdf`) VALUES ('$archivo' )"
Saudos.