Page 1 of 1

FPDF which folder do php files go into?

PostPosted: 03. November 2004 04:08
by micksheff
Hi

I have created a php FPDF file, can someone tell me which folder I put it into?

Thanks

PostPosted: 03. November 2004 05:03
by micksheff
Is ok I managed to do it.

PostPosted: 03. November 2004 07:00
by JonathanS
FPDF File?? :?
For PHP files, put them into the: X:\install\path\to\xampp\htdocs

Replace the 'X' with the letter of the drive where XAMPP is installed;
Replace 'install\path\to\xampp' with the path to the main folder of XAMPP.

Once there (in the main folder) you'll see a subfolder called 'htdocs'.
This is the actual web folder where you publish all your files,
including PHP and all the others (HTML, JPG, PNG, etc.)

PostPosted: 05. November 2004 22:21
by micksheff
JonathanS wrote:FPDF File?? :?
For PHP files, put them into the: X:\install\path\to\xampp\htdocs

Replace the 'X' with the letter of the drive where XAMPP is installed;
Replace 'install\path\to\xampp' with the path to the main folder of XAMPP.

Once there (in the main folder) you'll see a subfolder called 'htdocs'.
This is the actual web folder where you publish all your files,
including PHP and all the others (HTML, JPG, PNG, etc.)


Thanks for the info, FPDF creates adobe pdf documents for websites
http://www.fpdf.org/

I downloaded the folder and put it in the folder as you said.

PostPosted: 05. November 2004 23:51
by JonathanS
Ooohh, I see. Interesting script. Glad it worked :)