How to display records below form on submission in php without the use of database?
- by OM The Eternity
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