I am using include() to apply common headers and footers, eg I have a file header.htm with my header html code in it, and use the line "echo include('header.htm');" within my php page.
This works fine, exept it returns the number 1 (one) in addition to the contents of the included file.
Is this a bug, can it be stopped, or am I using the wrong technique ?
By the way, using php on NT 4 Workstation and PWS.
Dave