Ver Mensaje Individual
  #7 (permalink)  
Antiguo 13/07/2009, 19:22
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
Respuesta: Ayuda con fpdf y MultiCell

Prueba nadamas con:
Código php:
Ver original
  1. $pdf->MultiCell(30,6,$datos_usu,1);
  2. $pdf->MultiCell(130,6,$datos_nom,1);

Saludos.