html to php
Posted: Fri Jun 27, 2008 3:56 am
Hi All
I am new to PHP so please tolerate my question....
I am using HTML form to POST values to PHP page using PHP_SELF ....
Everytime the user enters a new value and submits to PHP I would like to retain all the old values submitted by the user.
I tried to use array and pass array as hidden value from HTML but it didn't help..
will using $_SESSION help this issue or is there a better way to do it....
I would appreciate any help on this.
Thankks
Ish ..
I am new to PHP so please tolerate my question....
I am using HTML form to POST values to PHP page using PHP_SELF ....
Everytime the user enters a new value and submits to PHP I would like to retain all the old values submitted by the user.
I tried to use array and pass array as hidden value from HTML but it didn't help..
will using $_SESSION help this issue or is there a better way to do it....
I would appreciate any help on this.
Thankks
Ish ..