+ 1

How to create a program which gives us the information which the user provides....????

17th Jun 2017, 11:26 AM
Deepanshu Soni
Deepanshu Soni - avatar
5 Antworten
0
what languages would you be most comfortable doing this in? html js: look into using firebase DAAS (the coding train, on youtube has a few videos on this) store the information into the db then retreive it for admin use html(jsp) java (servlet) use mySql create table use the HttpServletRequest request object to get the info from the form write an insertIntoDB(stuff) function then a getStuff () there are Many more combinations. what would you like to use? or learn how to use?
18th Jun 2017, 6:32 AM
Michael Szczepanski
Michael Szczepanski - avatar
+ 1
But how to store it to the database and filter them.??? I don't know....
18th Jun 2017, 6:26 AM
Deepanshu Soni
Deepanshu Soni - avatar
+ 1
Thanks for answer
18th Jun 2017, 6:34 AM
Deepanshu Soni
Deepanshu Soni - avatar
0
websites............. make users they log in fill out a form you provide stores it into a database make a filter page where you can see information (different queries) that would be the Most simple I think hope this helps :p
18th Jun 2017, 6:16 AM
Michael Szczepanski
Michael Szczepanski - avatar
0
ok :/ if anythinf else pls ask ÷]
18th Jun 2017, 6:39 AM
Michael Szczepanski
Michael Szczepanski - avatar