how do i use $_post/$_get for wp-table

Discussion in 'PHP' started by pix582, Aug 5, 2012.

  1. #1
    I am using WP-Table Reloaded on my website, i want to have a live total of money up for grabs, i want to take the values from .coloum3 on my free bets page, i have been told to Store the variable using $_POST. And on the other page i can fetch it using $_GET but i dont no how to do this to make it happen, i have a link to the documentation for the plugin but im abit lost
    can anyone help.

    thanks.
     
    pix582, Aug 5, 2012 IP
  2. writingwhiz

    writingwhiz Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #2
    No need for $_GET here unless you plan on using JavaScript and storing the variable in a string.

    Otherwise, just create a simple HTML form within your PHP, use a hidden input for the value you want to send, and use the POST to send it to the next page.

    I can do this for you very quickly if you'd like; PM me if you're interested.
     
    writingwhiz, Aug 5, 2012 IP
  3. pix582

    pix582 Active Member

    Messages:
    313
    Likes Received:
    14
    Best Answers:
    1
    Trophy Points:
    70
    #3
    that still dont tell me what to do, i really dont no anything about php. sorry :/
     
    pix582, Aug 5, 2012 IP
  4. pix582

    pix582 Active Member

    Messages:
    313
    Likes Received:
    14
    Best Answers:
    1
    Trophy Points:
    70
    #4
    im still looking for help
     
    pix582, Aug 5, 2012 IP