I have a HTML form that takes text from a text field and stores it into a database not a problem, the problem occurs when i retrieve the text from the database and try to store it again. The variable that holds the text will not store but if i change what the variable holds it will store, so i know its not a problem in my code.
Basically i want to move the text in one field into an archived field in the database, but it wont let me store the text again.