poll Script Help
Posted: Sat Sep 13, 2008 10:56 am
following is the button use to submit my poll answer:
The problem is that the above script is valid for my index page but it does not work for the dynamic pages which my search engine produces see example
@
stable page
http://www.videopk.co.cc
Dynamic Page
http://www.videopk.co.cc/0/tag/Maujza+at+Dargah.html
it gives 404 page not found on Dynamic pages & form result is not submitted
Could anybody Help
Code: Select all
<font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1"><a href="$this->form_forward?action=results&poll_ident=$poll_id">$pollvars[result_text]</a></font>@
stable page
http://www.videopk.co.cc
Dynamic Page
http://www.videopk.co.cc/0/tag/Maujza+at+Dargah.html
it gives 404 page not found on Dynamic pages & form result is not submitted
Could anybody Help