This is the threat i posted. I thought it was resolved but at the end there's still a problem:
http://www.phpbuilder.com/board/showthread.php?s=&threadid=10303735
i don't get an error message now, but the poll is not displayed.
the code i use is:
echo
"<tr>
<td><div align=\"center\"><font color=\"#009900\" size=\"2\">" . include ('polls/poll.php'). "</font></div></td>
</tr>";
but when i run the page this part of the code is:
<tr>
<td><div align="center"><font color="#009900" size="2">
the other part dissapears until the next echo.
anybody knows why?