Author |
Message |
22/09/2004 23:00:18
|
Anonymous
|
Warning: Cannot modify header information - headers already sent by (output started at /home/kszenica/public_html/index.php:2) in /home/kszenica/public_html/anketa1/poll_cookie.php on line 21
This warning always show when I voting.
What is problem?
Thanks
|
|
24/09/2004 20:56:49
|
Anonymous
|
Make sure that the page your poll is embedded in has the
<?php require "poll_cookie.php"; ?>
tag before anything else. It must be at the very top of your page, before the <html> tag!
|
|
26/09/2004 13:37:00
|
Anonymous
|
I had the same prob. To solve it, u must cut the include part before!! the html tag...then it'll works fine
|
|
10/10/2004 02:33:41
|
Anonymous
|
I include this script before HTML tags
<?php
// Important! You have to include it before your html code
include_once "/home/cafferaf/public_html/cr_anketa/poll_cookie.php";
?>
but again i got warning every time when I voting.
I use version vith txt file as db
|
|
10/10/2004 14:21:53
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
There must be nothing at all before the cookie include code, not even a space.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
|