Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
18/07/2002 16:33:14
|
Anonymous
|
I've looked and looked - found 29 case of "Cannot add header information" - with the same old fix....remove spaces. I don't think that this is the main problem.
I really like the advance poll program.....but it doesn't matter if you have this problem and it take forever to fix or find out how to fix it.
I never really saw an anwer other than remove "space" .....Maybe you can add a patch to fix this problem.
Here is my entire page, Poll.php: (and I get the same "Cannot add......)
<body bgcolor="#FFFFFF" text="#000000">
<?php require "./poll_cookie.php"; ?>
<?php
include_once "/home/virtual/siteXXX/fst/var/www/html/polls/booth.php";
echo $php_poll->poll_process("newest");
?>
</body>
|
|
18/07/2002 16:56:21
|
Anonymous
|
lol
Of course text are also parts of header informationens.
------------------------------
<?php require "./poll_cookie.php"; ?>
<html>
<head>
<title>Lol</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<?php
include_once "/home/virtual/siteXXX/fst/var/www/html/polls/booth.php";
echo $php_poll->poll_process("newest");
?>
</body>
</html>
|
|
|
|
|
|
Based on the open source JForum
|