Jump to content

[SOLVED] Problem with FORM code


Voodoo Jai

Recommended Posts

I have a rating poll that I want to use with my db and dynamic pages but cannot pass the data to and from it. What I want to happen is pple rate the page then it refreshes itself with the rating. Instead of refreshing itself it goes to another static page. I think the prolem lies in passing the url variables back to itself and that is why it is not working. I have tried adding the ? mark and then the word "takeaway" and a variable identifier unique to the page.

 

Could some one help.

 

Many thanks in advance.

 

here is part of the code that I think is not right

 

echo '<form method="post" action="'.$_SERVER["PHP_SELF"].'">';

// ***** this is what I think it should look like ******************
//echo '<form method="post" action="'.$_SERVER["PHP_SELF"]."?TakeawyID".$takeaway_id'">';

Link to comment
https://forums.phpfreaks.com/topic/86789-solved-problem-with-form-code/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.