Hi,
is that the only way? get values from form and store in session and then echo in form field? because I have to get values from database, store them in variable and then echo that variable in form field. for example:
<input type="text" name="myname" value="<?print $myname?>">
which $myname has the value get from database.
So for example, when i click submit and then click Back button of browser, the value will be gone.