this is the code which I use for including an HTML file into my PHP code. It does print out the file's content but always followed by a '1'.Code:echo include( "path/filename.html" );
Why is that? The HTML file is plain html so no php-code or something. There's no '1' near the include command, so it must be produced during inclusion...
any idea?





Bookmarks