![]() |
write_file with heading and footer - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: write_file with heading and footer (/showthread.php?tid=44737) |
write_file with heading and footer - El Forum - 08-24-2011 [eluser]Unknown[/eluser] I intend to make a file with write_file('path', $data). The body of the file is a table and I don't have any problems with that. My problem is I don“t know how to put the header, which consists of a logo and some text and footer to the files and then save it. Thank you. |