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