How to display records below form on submission in php without the use of database?

Posted by OM The Eternity on Stack Overflow See other posts from Stack Overflow or by OM The Eternity
Published on 2010-06-16T06:09:48Z Indexed on 2010/06/16 6:12 UTC
Read the original article Hit count: 184

Filed under:
|
|

How to make the use of hidden variables as array for consecutive submission of data so that they can be used to display the records list.

I have a form with 4 text fields and a file upload field.. as i submit he form it should get appended to the list which needs to be displayed below the form, such that these values are NOT stored in the DB..

So in this case how can i use the post array to collect the data and display in the list below?

© Stack Overflow or respective owner

How to display records below form on submission in php without the use of database?

Posted by OM The Eternity on Stack Overflow See other posts from Stack Overflow or by OM The Eternity
Published on 2010-06-16T05:11:18Z Indexed on 2010/06/16 5:32 UTC
Read the original article Hit count: 184

Filed under:
|

I have a form with multiple fields in it along with a image input field, just below the form i have a list to be displayed on every submit of this form... this has to be done without the use of DB..

I think this can be achieved by using session but its not working with me, as evrytime page gets refreshed and session gets recreated/reset..

Please help me in resolving this issue

© Stack Overflow or respective owner

Related posts about php

Related posts about arrays