I m adding a line in index.php
include("/home/answers/top.html");
to display this html page on the top of every page. But it is displaying the error message as
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/answers/top.html:91) in /home/answers/qa-include/qa-app-users.php on line 108
Warning: Cannot modify header information - headers already sent by (output started at /home/answers/top.html:91) in /home/answers/qa-include/qa-page.php on line 521
I understand that "Layout" option gives the option of adding HTML code. But I can't use that as this file gets modified from time to time & adding then I need to change manually this code inside.
Please suggest the solution.