Problem : Cannot modify header information

Warning: Cannot modify header information - headers already sent by (output started at /3w/wz.cz/b/blsp/private/index.php3:2) in /3w/wz.cz/b/blsp/private/admin/functions.php3 on line 1573

Got this prob with all vbb &phpbb forums.
Anyone know how to solve this problem ?
asi it says, there is an output already sent before calling "setcookie" or "header" functions. Output means any character written to the html document. Simply you just called some "echo" or had some error message generated before callign that "header" (or "setcookie") function. It is restriction of the HTML not PHP itself...
Hope this will help you...
asi it says, there is an output already sent before calling "setcookie" or "header" functions. Output means any character written to the html document. Simply you just called some "echo" or had some error message generated before calling that "header" (or "setcookie") function. It is restriction of the HTML not PHP itself...
Hope this will help you...
If you use phorum form phorum.org and want to include your own header you must include it to file header.php in include directory (first row) and it will work.
my advice-do not use these downloaded phorums like phorum.org. make your own,cause it's very simple and it is so easy to write scripts in it. it's even easier if you have some other expiriences with programming in f.ex. turbo pascal or (better) cpp.
i talked about writing scripts in php, of course.