Page 1 of 1

Installing FPDF

Posted: Tue Nov 08, 2005 5:59 pm
by JasonTC
I'm trying to install FPDF (http://www.fpdf.org/).

Where am I supposed to put the FPDF folder in relation to my wwwroot or Apache folder? I'm assuming I just put it in my wwwroot folder, but I don't know if that's right.

And in install.txt, it says:
Here is an example defining FPDF_FONTPATH (note the mandatory final slash):

define('FPDF_FONTPATH','/home/www/font/');
require('fpdf.php');

With what do I replace "/home/www/font/"? I know that the names "home" and "www" have pretty obvious implications, but I really suck at installing stuff and I kind of need it spelled out for me.

Thanks,
Jason