
In this post we will illustrate how to Search and display information from database.
This post is continued from previous post have a look on how to do:
1. Database settings and Insetion of data into SQL database.
2. Searching information from Database
3. Deleting informstion from database
Create a html form upinfo.html
<html>
<head>
<h1><u>student form</u></h1>
</head>
<body bgcolor="DarkSalmon">
<form name=Student method=POST action=http://localhost:8080/examples/servlet/upinfo>
<font face="Copperplate Gothic Bold">STUDENT NAME</font face>:<input type="text" name="t1"...