Excel and PDF output files
Posted: Mon Feb 15, 2010 8:15 am
Hi! I'm new to PHP programming and I have been given a task of making a report that has 2 formats: Excel and PDF... I have already done my codes using writeexcel and fpdf16 classes simultaneously... the problem I have right now is how do i output both created files (excel & pdf)... so far in my readings is that you can not issue more than 1 header() function call... and both classes have used the header() function call.. how do i go about this??? I really need to output the 2 file formats in only just one process so as to save time in of course processing the report... thanks!!