Page 1 of 1

poll Script Help

Posted: Sat Sep 13, 2008 10:56 am
by imtaqi
following is the button use to submit my poll answer:

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>
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

Re: poll Script Help

Posted: Sat Sep 13, 2008 10:40 pm
by iceman83
Greetings mate,

Looks to me like it doesn't give a 404 it accually send the search and says it couldn't find what we are looking for.. so to me I think it might be that the page might now be there or its more into the script then what you gave.. but not sure.. can we see more of the script?

Re: poll Script Help

Posted: Sat Sep 13, 2008 10:42 pm
by josh
Looks like the form is being outputted. If youre having problems its probably on index.php, the form action processing script. Also noone here has any idea what "your search engine" is