Does anyone know of a way to pass a javascript variable to an external php file. The javascript is located in the html body and is client side. The two variables that need to be passed are both float values. Writing and reading the values from a text file will not work as the code is located on a template and several files could possibly access the text file at the same time. Any help would be greatly appreciated.
Thanks in advance!