Is it possible to do something like this?:
<input type="text" maxlength="10" length="15" value= some_string_returning_function($value) />
I am trying to send a form back to the user for him/her to correct a field,
but i want the other fields (already validated) to still have what he had previously entered in them.
Please feel free to be generous with your suggestions, your time is greatly appreciated.