Poll
Scris: 02-Ian-2007, 22:37:00
Am instalat phplitepoll, totul merge bine, dar cand il includ in index_body, intr-un tabel, nu afiseaza.
Asta e codul din index_body.
Nu asa se include in php?[/b]
Asta e codul din index_body.
Cod: Selectaţi tot
<table width="200" cellpadding="2" cellspacing="0" border="0" class="forumline" height="100%">
<tr>
<th><font color="#FFFFFF">Chestionar</font></th>
</tr></table>
<table width="200" class="gensmall" cellpadding="0" cellspacing="0" border="0" height="15">
<tr>
<td class="row1" align="center">
<?php include 'pollinc.php' ?>
<?php include 'pollprocessor.php' ?>
<?php include 'polldisplay.php' ?>
</td>
</tr>
</table>