0
I want to achieve this , can someone help
As I submit certain information , it appear to same page, and as I submit more information , it keep displaying them one after another https://code.sololearn.com/W35oEtbqO8M7/?ref=app
8 Respostas
+ 1
As far as I can understand you want to display the information in next page is that so?
+ 1
Check these, it might help:
https://stackoverflow.com/questions/15447889/display-html-form-values-in-same-page-after-submit/24780886
https://stackoverflow.com/questions/21089570/retaining-data-entered-by-user-in-the-form
https://www.sitepoint.com/community/t/retaining-form-data-after-submit/1772/3
https://www.homeandlearn.co.uk/php/php4p9.html
0
What do you exactly want?
0
Like u enter your name and other informat and when u submit it, it will appear in my designed format in same or new page....
0
And again if someone else enter name and information and submit, it appear also in page but pervious data also appear.. means like two different sections
0
Ok, so basically you want to retain your data that was previously added?
0
I hope so... can you help how to do that.. because what I am learning that I need to learn php, hava web host etc.. but even after learning I am unable to understand how to achieve it...
please guide
0
First link help to submit data and keep it on same page, that's one problem solved... Thanks...
Now another one is , not retaining but to get more data... For example,
user1 came and click submit , their data appears...
User2 came and click submit,
User1 data is vissible to him and after submit user2 data also can be seen...
And so on...
https://code.sololearn.com/W86lm6sq4djK/?ref=app