How do i retrieve information from html form and display it on other webpage using search bar | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do i retrieve information from html form and display it on other webpage using search bar

I am a beginner, recently made an online scheduling doctors appointment webpage using html form and stored the data in linux server as cgi file, now i want to add a feature where patients can look back to their scheduled appointments (data stored in cgi file displayed on different webpage) i dont know if i am clear with my question. can anyone help me with this

8th Aug 2020, 7:01 AM
Xiomi Xing
1 Answer
0
Hi Xiomi Xing , Also begining in backend, so response might be incomplete but waiting for more in depth answers I would say that it depends on your working environment, framework used, SQL Vs noSql database... Basically, i would suggest to make a GET request to the server, the values entered in the search bar will be params of that get request and from there, the server will handle the request with a code so that it looks through your database, find the requested file/info and render it.
8th Aug 2020, 8:07 AM
EmmanueLZ.
EmmanueLZ. - avatar