What does this file actually do? Does it insert data before the opening html tag?
This is from the docs of the search engine I'm trying to use:
So can I use the header_php.php file for this?First you should see that there are two included files right at
the top of the page: "os2/config.php" and "os2/head.php". These files
set up the environment and handle the search process, so they must be
included in the results page *before* any HTML output. This means
before the <html> tag, and before any other whitespace. Otherwise you
will get many "Headers could not be sent" errors.




