Guest_imported
New member
- Jan 1, 1970
- 0
Hello!
I have an HTML page that when the user presses the submit button the variables are stored in the database, and the script creates some textareas. When the user presses the submit button at this one, the values from the textareas are stored in the database, but the thing is that I want to also store one variable from the HTML page. At the moment what I do is to open the database, select that variable and then store it where I want to. The problem is that because it does not exist at the script, I cannot write an SQL condition so that to select a different one every time, but instead it is always the same as the first one that I have stored.
Has anyone got any idea how I could solve this problem? :-(
I have an HTML page that when the user presses the submit button the variables are stored in the database, and the script creates some textareas. When the user presses the submit button at this one, the values from the textareas are stored in the database, but the thing is that I want to also store one variable from the HTML page. At the moment what I do is to open the database, select that variable and then store it where I want to. The problem is that because it does not exist at the script, I cannot write an SQL condition so that to select a different one every time, but instead it is always the same as the first one that I have stored.
Has anyone got any idea how I could solve this problem? :-(