Search found 5 matches

by wackyflik
Sun Aug 21, 2005 9:57 am
Forum: PHP - Code
Topic: [SOLVED] i need help on pdf generation using fpdf class.
Replies: 4
Views: 636

dude! i solved it! after watched NUMA NUMA DANCE video clip. th correct code. i've been working with this code for 2 weeks! <?php //PDF USING MULTIPLE PAGES //FILE CREATED BY: Carlos José Vásquez Sáez //YOU CAN CONTACT ME: carlos@magallaneslibre.com //FROM PUNTA ARENAS, MAGALLANES //INOVO GROUP - ht...
by wackyflik
Sun Aug 21, 2005 9:35 am
Forum: PHP - Code
Topic: [SOLVED] i need help on pdf generation using fpdf class.
Replies: 4
Views: 636

sorry, my desktop hung when i tried to post the php code. this is the code. <?php //PDF USING MULTIPLE PAGES //FILE CREATED BY: Carlos José Vásquez Sáez //YOU CAN CONTACT ME: carlos@magallaneslibre.com //FROM PUNTA ARENAS, MAGALLANES //INOVO GROUP - http://www.inovo.cl define('FPDF_FONTPATH','fpdf/f...
by wackyflik
Sun Aug 21, 2005 9:30 am
Forum: PHP - Code
Topic: [SOLVED] i need help on pdf generation using fpdf class.
Replies: 4
Views: 636

[SOLVED] i need help on pdf generation using fpdf class.

this thing made me crazy man. let make it simple. i try to generate a pdf file which will contains student names. currently, all students divided into several programmes. CS225, CS226 and CS220. total number of students are 57. each page will has 25 student names and also a page header. my problem i...
by wackyflik
Sun Aug 21, 2005 9:15 am
Forum: PHP - Code
Topic: how to install fpdi in php5?
Replies: 2
Views: 713

sorry.

moderator, please close this thread. i think i stick with fpdf class instead of fpdi to generate pdf file.

sorry again.
by wackyflik
Sun Aug 21, 2005 7:24 am
Forum: PHP - Code
Topic: how to install fpdi in php5?
Replies: 2
Views: 713

how to install fpdi in php5?

i have found 1 thread in this forum regarding fpdi. but when i tried, it failed. right now, i already have fpdf inside php folder. then i have downloaded fpdi and i do not know where to put the folder. according to the thread that i have found, i have to put those fpdf and fpdi in the same folder. i...