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: 214
php
|form-submit
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