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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.