|
Solution for form with PHP
HI Frnds,
I need your help to get solution.
a) I have a form that take 10 multiple value from in it and push to DB.
b) It will not field at one shot, rather user will use save button to enter the data.
c) primary rule is if once data entered & saved in one field it should not be enable view rather echo with the data already available in DB.
Currently,
I have a form that take values individually with 30 columns, And I am able to get that details using post method via each individual name.
Now, I request you to suggest me what I can do to achieve above requirement successfully.
Thanks
Nani
|