Servlets, JSP and Oracle Database Simple Login and Registration Example :
Create the Table : Like Follwing
CREATE TABLE Registeruser(name varchar(25),password varchar(25),email varchar(25),phoneno number(10),address varchar(25));
JSP Pages:
index.jsp
Create the Table : Like Follwing
CREATE TABLE Registeruser(name varchar(25),password varchar(25),email varchar(25),phoneno number(10),address varchar(25));
JSP Pages:
index.jsp
No comments:
Post a Comment