0
Good afternoon,
On a php page, I have several text input fields. On this page I fill each input with a value, 2,00, 3,00... How do I get these values to stay in the fields, in the inputs, even if I go to another page? Because on the other page "pull" these values to make calculations with them. Each input has an id, of course, and I am declaring them as global "window.varivel". I am not saving the values of the inputs in the database, because they simply must, can be changed at any time, as an excel cell.
I’m on a tight schedule but you can do this via query string that you move from one page to another: http://answall.com/a/429/129
– Sergio
Sorry @Sergio, but I don’t understand.
– GustavoSevero