I have two Javascript functions that will return values. I have little experience in JS and PHP, so what I was wondering - is how would I append the variables to a hidden field, and get them with PHP so I can perform some arithmetic with it, and return a final value which I can then display.
I can do the last part (calculate the last value, and display it). I was wondering how I could post the variables from the JS function, and get them with PHP saving them to a PHP variable WITHOUT USER INTERACTION - This is the most important part, it needs to be done automatically.
Thanks in advance,