Hi all,

I have a file which is "html" and its the header for all my pages.

I have a php script and I want to display the "html" header file at the top of my php script.

Can someone please point me in the right direction.

How to I format an "include" statement.

    I would use [man]include[/man], the manual says how to format it. Since you have pretty many posts before I just guess that you have no problem to understand the manual.

      Actually, I would recommend a function like [man]readfile/man so that PHP doesn't waste time searching the file for PHP code to parse.

        Write a Reply...