poll Script Help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
imtaqi
Forum Newbie
Posts: 3
Joined: Tue Sep 09, 2008 2:58 am

poll Script Help

Post 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
iceman83
Forum Newbie
Posts: 9
Joined: Sat Sep 06, 2008 1:34 pm

Re: poll Script Help

Post 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?
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: poll Script Help

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