![]() |
How should I include a php or html file in my view? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: How should I include a php or html file in my view? (/showthread.php?tid=45666) |
How should I include a php or html file in my view? - El Forum - 09-30-2011 [eluser]Unknown[/eluser] Hello, I am new to CodeIngiter and web development as well. i just need to include a php or html file to my view. I have a sub folder in my views named as 'include' and in this folder I have a file named as 'header.php'. How should I include content of this file to my view?? |