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 |
27/01/2002 14:07:11
|
Anonymous
|
Hello
having a problem with the advanced poll cookies :
this is what i have in my index.htm :
<html>
<head>
<title>Untitled</title>
</head>
<body>
<?php require "c:/phpdev3/www/poll/db/poll_cookie.php";
require "c:/phpdev3/www/poll/db/booth.php";
echo $php_poll->poll_process(4);
?>
</body>
</html>
But i still get the error Warning: Cannot add header information - headers already sent by
can anyone help me pls
thnx
|
|
28/01/2002 13:14:27
|
Anonymous
|
<?php require "c:/phpdev3/www/poll/db/poll_cookie.php"; ?>
<html>
<head>
<title>Untitled</title>
</head>
<body>
<?php
require "c:/phpdev3/www/poll/db/booth.php";
echo $php_poll->poll_process(4);
?>
</body>
</html>
|
|
03/02/2002 12:21:36
|
Anonymous
|
rename your index.htm file to index.PHP
|
|
|
|
|
|
Based on the open source JForum
|