View Single Post
  #1  
Old 8th February 2012, 15:05
BitFarmer's Avatar
BitFarmer BitFarmer is offline
Senior Member
 
Join Date: Jan 2012
Latvia
Posts: 99
Default Poll won't work as sidebar
I use
Code:
include("poll.php");
from index to main dot php of theme
to include it as sidebar but it don't work when "vote" is pressed site just refreshes
any suggestions
tried to change
Code:
<form method=\"post\" action=\"index.php\">
to
Code:
<form method=\"post\" action=\"#\">
didn't change noting
Reply With Quote