apt-get install php-fpdf
look for tutorials and documentation at: http://www.fpdf.org/
add fpdf to the include path, and save yourself the hazzle to edit it every time:
include_path = “.:/usr/share/php:/usr/share/php/fpdf”
(in php.ini (DUH!))
apt-get install php-fpdf
look for tutorials and documentation at: http://www.fpdf.org/
add fpdf to the include path, and save yourself the hazzle to edit it every time:
include_path = “.:/usr/share/php:/usr/share/php/fpdf”
(in php.ini (DUH!))