Quote:
<form action="$bburl/poll.php" class="txtform" method="post">
<input type="hidden" name="s" value="$session[dbsessionhash]" />
<input type="hidden" name="action" value="pollvote" />
<input type="hidden" name="pollid" value="$poll[pollid]" />
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" {tableinnerextra} class="tbcontentsmall" summary="small content">
<tr class="clcategory">
<td>Poll</td>
</tr>
<tr class="clsecond">
<td class="txtbold">$poll[question]</td>
</tr>
<tr class="clfirst">
<td>$pollbits<br />
$pollcomments <img src="{imageshome}/arrow.gif" alt="" class="imgborder" height="7" width="7" /><a href="$bburl/poll.php?s=$session[sessionhash]&action=showresults&pollid=$poll[pollid]">View Results</a></td>
</tr>
<tr class="clsecond">
<td><input class="bginput" name="button" type="submit" value="Vote" />$poll[edit]</td>
</tr>
</table>
</form>
<br />
|
Can someone tell me how to add a poll?
Like where do I put my info in?