Hey Guys,
I am making a Online Testing application.
I have one form which sets the settings of the test. The values submitted by the user through this form is passed onto another page.
On the second page the user submits questions and answers.
Now i want the values submitted in both the forms in the two pages to be entered into the database. Please tell me how.
I hope i am clear about the problem.
anuj_sharma -3 Junior Poster
Recommended Answers
Jump to Post— javaAddict 900There are plenty of examles in this forum and at the java forum on how to connect to the database and execute queries.
So submit the data you want, get them with request.getParameter() and save them to the database
All 3 Replies
javaAddict 900 Nearly a Senior Poster Team Colleague Featured Poster
anuj_sharma -3 Junior Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.