How to submit a form to same page along with storing the previous values?
Posted
by OM The Eternity
on Stack Overflow
See other posts from Stack Overflow
or by OM The Eternity
Published on 2010-06-15T11:53:51Z
Indexed on
2010/06/15
12:12 UTC
Read the original article
Hit count: 145
php
|form-submit
I have a form in which few details like three text fields and an image is to be uploaded, now as i submit or save the page it should be redirected to the same form storing the previous values in some variables array, I need this array so that according to the count of this array i can display the grid(listing of data) below the form on every submit..
© Stack Overflow or respective owner