Good afternoon,
In a php page, I have several text input fields. In this page I fill in each input with a value, 2.00, 3.00 ... How do I keep these values in the fields, in the inputs, even if I go to another page? For on the other page I will "pull" those values to make calculations with them. Each input has an id, of course, and I'm declared as global "window.varivel". I'm not saving the values of the inputs in a database, as they simply must, can be changed at any time, as an excel cell.