the following html file when displayed displays the poll correctly, however up in the top left corner there is a ---> ?>
just kinda sittin' there. can someone tell me how to correct this? Any help is greatly appreciated
<?php
// Important! You have to include it before
your html code
include_once
"../poll/textfile/poll_cookie.php";
?>
<body>
?>
<p>
<?php
include_once "../poll/textfile/booth.php";
echo $php_poll->poll_process(1);
?>
</body>