Ok I have a program that uses HTML to get some values from a user using a form and then it is passed into a javascript function that does some calculations with these numbers and creates a new variable name.
What I need help with is that I want to email these new variables that were created in the javascript section using php. But I am unsure how to pass them into the php section of the code.
I am using a form to get the original information, along with a submit="post" button to send the information in the email.