I am fairly new to this so forgive me if the answer is obvious.
I have written a PHP form script that validates itself by posting back to itself.
I use VALUE=$var for all the input fields so I don't lose the inputted values.
Except the textarea does not seem to support VALUE= and its input is lost if the form input has errors.
What do I need to do to preserve the value of the textbox?
thanx in advance
jim
I have written a PHP form script that validates itself by posting back to itself.
I use VALUE=$var for all the input fields so I don't lose the inputted values.
Except the textarea does not seem to support VALUE= and its input is lost if the form input has errors.
What do I need to do to preserve the value of the textbox?
thanx in advance
jim
Comment