Hi everyone.... Just a quick question, I have the search facility working on a site: I have indexed the site and tested it and its working fine in its basic form.
The problem I have is ideally I would like to place this search within a pre designed page that I have already constructed. The whole site has been constructed with Freeway which is a compiler. So ideally I would like to either copy and past the code into the artwork or use an includes which I presume would be something like:
within the page/area that the search facility needs to be
The problem I have is I get an error if I use an includes which is:
Though oddly enough the actual search function is working so my question is how do you reference this correctly?
cheers for any help
The problem I have is ideally I would like to place this search within a pre designed page that I have already constructed. The whole site has been constructed with Freeway which is a compiler. So ideally I would like to either copy and past the code into the artwork or use an includes which I presume would be something like:
PHP Code:
<?php include ("search.php"); ?>
The problem I have is I get an error if I use an includes which is:
Warning: Cannot modify header information - headers already sent by (output started at /data/18/1/108/12/1597175/user/1720962/htdocs/searchtest.php:35) in /data/18/1/108/12/1597175/user/1720962/htdocs/searchtest.php on line 112
cheers for any help
Comment