SlideShare a Scribd company logo
.
Guide : G.Siva Nageswara
Rao
Section : 3C (C.S.E)
Batch : 08
N.Sriram(11003298)
V.V.S.S.Sudheer(11003309
)
M.Prasanna(11003372)
Online Event Registration is meant for managing
the information regarding the registrations to be held for the
individuals participating in the events being organized. All
the details will be managed and stored in the database.
Whenever if the authorized coordinator of the event has a
desire to know about the registrations undergone till then
and the respective registered individual details ,
KLUniversity
he could always be favored with the existing details.
Each of the registered individual in technical festival is
allowed to register in the respective events and cultural
being organized. The total number of registrations in
respective events and cultural is being displayed over the
administrator module. All the details about the events
could also be tabulated in separate web page for
assistance towards registered members.
KLUniversity
The main objective of Online Event Registration is to
mitigate the complexity involved in Spot Registrations and
also its eco-friendly trait.
KLUniversity
Developing the event registration site is only up to
the registration of the events being organised but not the
cancellation or any other update activities to be held on the
events registered by the individuals.
Online event registration streamlines the process, improves
efficiency, often increases attendance, and measures
results with a click of the mouse.
KLUniversity
• Front End: HTML, CSS, Java Script
• Back End : MySQL(NETBEANS)
KLUniversity
• Operating System : Windows
XP/7/8
• User Interface : HTML, CSS
• Client-side Scripting : JavaScript
• Programming Language : Java
• Web Applications : JDBC, JSP
• IDE/Workbench : NetBeans
• Database : MySQL(Netbeans)
KLUniversity
• Processor :
Pentium IV
• Hard Disk :
40GB
• RAM : 256MB
KLUniversity
.
KLUniversity
Registered
User
View Events
& Cultural
Login
Register into
Technical
Festival
Register into
event/cultural
Event
Administrator
Unregistered
User
Retrieve
Registration
Report
<<include>>
Online Event Registration
KLUniversity
Modules:
• Administrator Module includes the representation of the
statistics of registrations undergone by the users in
Technical Festival and also in the events and cultural
being organized & performed in Technical Festival. This
includes the user interface to the administrator also. It
also maintains the users information.
• User Registration Module deals with the registration of
users details. They can click the links of the events (or)
cultural to spot the required event they could be best
performed and finally register into the respective event
(or) cultural. KLUniversity
• SECURITY: All the usernames and passwords that we
have collected in our application are secured.
• RELIABILITY: The website is fully user reliable.
• AVAILABLE: The website is available 24/7.
• PERFORMANCE: The registration pages loading is very
fast provided the network of the user is fast.
• SCALABLE: The website runs on any browser
supporting html4 and higher.
KLUniversity
• User Registration In Technical Festival
HTML:
Database Table:
KLUniversity
• User Registration In Events/Cultural:
HTML:
Database Table:
KLUniversity
• Query for verifying Admin Login Details:
select * from admin where email='"+email+"'and
password='"+password+"‘
• Query for Registering User Details Into Technical
Festival:
insert into register(uname, email, contactnumber,
college, password, confpass) values ('" +uname + "','"
+ email + "','" + contactnumber + "','" + college + "', '" +
password + "', '" + confpass + "')
KLUniversity
• Queries for Registering User Into Events & Cultural :
1.Insert into Event or Cultural:
insert into quizzing(email,password)
values('"+email+"','"+password+"')
2.Query for Checking Whether the required user is
already registered in the event:
select * from quizzing where email='"+email+"' and
password='"+password+"'
KLUniversity
• Query for Retrieving the Details of Registered
Individuals In events to Admin:
select r.uname,r.email,r.contactnumber,r.college
from quizzing AS q,regtable AS r where q.email=r.email
• Query for Retrieving the total number of Registered
Individuals to Admin:
select count(email) from regtable
KLUniversity
• Checkeing whether the input email is already registered
if(Statement.executeQuery("select * from regtable
where email='"+email+"'").next())
{
out.println("Sorry! The email you have entered is
already registered");
}
KLUniversity
• HTML INPUTS:
• JSP OUTPUT:
KLUniversity
• If not registered insert into the respective database tables
……
else
{
if(password.equals(confpass))
{
int i=st1.executeUpdate("insert into
regtable(uname,email,contactnumber,college,password,confpa
ss)
values('"+usename+"','"+email+"','"+contactnumber+"','"+colleg
e+"','“ +password+"','"+confpass+"')");
out.println(" Congrats! you have successfully registered
"+usename);
}
........
KLUniversity
• HTML INPUTS:
• JSP OUTPUT:
KLUniversity
• If password entered don’t match
….
else
{
out.println("Password Unmatch Error:The Password
entered by you in the Password field and Confirm
Password field donot match.Please return back to the
registration page and register without any error.");
}
}
KLUniversity
• HTML INPUTS:
• JSP OUTPUT:
KLUniversity
• Show the Total no. of registrations undergone
if(Statement.executeQuery("select count(email) from
regtable“) .next()){
String uno = rs1.getString(1);
out.println("<h2>Total Number Of Registrations
Undergone For Unmad: "+uno+"</h2><br>");
}
JSP OUTPUT:
KLUniversity
• Show registration details that have undergone to the admin
while(Statement.executeQuery("select
uname,email,contactnumber,college from regtable").next()){
String uname = rs.getString(1);
String email = rs.getString(2);
String contactnumber = rs.getString(3);
String college = rs.getString(4);
out.println("<tr><td>"+uname+"</td>");
out.println("<td>"+email+"</td>");
out.println("<td>"+contactnumber+"</td>");
out.println("<td>"+college+"</td></tr>");
}
KLUniversity
• The Output in JSP would be
KLUniversity
• Home Page:
KLUniversity
• Registration Page:
KLUniversity
• Events & Cultural Page :
KLUniversity
• Event: Hence Proved Page:
KLUniversity
• Admin Page:
KLUniversity
• Registration Status for Admin Page:
KLUniversity
• Our team with great hardwork & dedication , we have
successfully completed the Online Event Registartion
providing a user-friendly registration website for the users
and also mitigates the complexity involved in spot
registrations.
KLUniversity
• www.w3schools.com
• www.stackoverflow.com
• www.unmad.org
• World Wide Web
• SQL: The Complete Reference
KLUniversity

More Related Content

PPTX
Event management system
D Yogendra Rao
 
PPTX
Event management system for final year project
wethecodershelp
 
PPTX
Ems final project mca 6th
Narender Anu
 
PPTX
Event management system
Abhinav Shilwant
 
PPTX
Event Management System
Qamber Ali
 
PPTX
Online event management system
Ramakrishnareddy8554
 
PPTX
Event Management System Document
LJ PROJECTS
 
PPT
Event management system
ShivamSagar13
 
Event management system
D Yogendra Rao
 
Event management system for final year project
wethecodershelp
 
Ems final project mca 6th
Narender Anu
 
Event management system
Abhinav Shilwant
 
Event Management System
Qamber Ali
 
Online event management system
Ramakrishnareddy8554
 
Event Management System Document
LJ PROJECTS
 
Event management system
ShivamSagar13
 

What's hot (20)

PPTX
Event managementsystem
Praveen Jha
 
PPTX
library management system
prabhat kumar
 
DOCX
Software Requirement Specification Of Hotel Management System
Uttam Singh Chaudhary
 
DOC
11.online library management system
Pvrtechnologies Nellore
 
PPTX
Library management system
wethecodershelp
 
PDF
Online Library Mangement System
Ammar Azeem
 
DOCX
Online course reservation system
Chamma Jabeedkhan
 
PPTX
Wedding PlannerPresentation
Azmina Papeya
 
DOCX
PROJECT REPORT_ONLINE VOTING SYSTEM
Nandasaba Wilson
 
PPTX
University Event Management System
Sadia Ijaz
 
DOCX
Online property management system design document
Abhilasha Lahigude
 
DOC
Real Estate Management System in Vb.Net
Nafis Shaikh
 
DOCX
College Management System project srs 2015
Surendra Mahala
 
PPTX
Job portal
LoveBug Shashank
 
PDF
Real estate management system
SouvikSarkar75
 
PDF
online library management system
Virani Sagar
 
PPTX
Library management system
ashu6
 
PPSX
Student Marks Analyzing System-Problem Statement, SRS, ERD, DFD, Structured C...
grandhiprasuna
 
PPTX
Project Proposal of an Employee Management System
NurFathihaTahiatSeeu
 
PPTX
Job portal at jiit 2013-14
kbabhishek4
 
Event managementsystem
Praveen Jha
 
library management system
prabhat kumar
 
Software Requirement Specification Of Hotel Management System
Uttam Singh Chaudhary
 
11.online library management system
Pvrtechnologies Nellore
 
Library management system
wethecodershelp
 
Online Library Mangement System
Ammar Azeem
 
Online course reservation system
Chamma Jabeedkhan
 
Wedding PlannerPresentation
Azmina Papeya
 
PROJECT REPORT_ONLINE VOTING SYSTEM
Nandasaba Wilson
 
University Event Management System
Sadia Ijaz
 
Online property management system design document
Abhilasha Lahigude
 
Real Estate Management System in Vb.Net
Nafis Shaikh
 
College Management System project srs 2015
Surendra Mahala
 
Job portal
LoveBug Shashank
 
Real estate management system
SouvikSarkar75
 
online library management system
Virani Sagar
 
Library management system
ashu6
 
Student Marks Analyzing System-Problem Statement, SRS, ERD, DFD, Structured C...
grandhiprasuna
 
Project Proposal of an Employee Management System
NurFathihaTahiatSeeu
 
Job portal at jiit 2013-14
kbabhishek4
 
Ad

Viewers also liked (13)

PPT
Organizing User Search Histories
Ali Habeeb
 
PPTX
ORGANIZING USER SEARCH HISTORIES
GULAM EHIND AHMAD ABBAS
 
PPTX
College festival
Hamza Ali
 
PPTX
Organizing user search histories
pramod shetty
 
PPTX
CCS System - Presentation
Paulo Correia
 
PPTX
The Analytic Gap – Matching decision making with data analytics
IDC Italy
 
PDF
Sap hana documentation @ TL Technologies
TL Technologies - Thoughts Become Things
 
PPTX
How Smart Recruiters Go Beyond LinkedIn
RecruitingDaily.com LLC
 
PPTX
Black Kite
Sonali Dudhane
 
PPT
Study the poem riddle
Ludmila Kalinichenko
 
PDF
Catalog General Produse Star Stone-2013
Star Srl
 
DOC
BQ27541 Hibernate Mode Disabling
Stanley Chang
 
PPTX
Chủ đề 5: Blogger _Trương Ngọc Tinh Anh
Anh Truong
 
Organizing User Search Histories
Ali Habeeb
 
ORGANIZING USER SEARCH HISTORIES
GULAM EHIND AHMAD ABBAS
 
College festival
Hamza Ali
 
Organizing user search histories
pramod shetty
 
CCS System - Presentation
Paulo Correia
 
The Analytic Gap – Matching decision making with data analytics
IDC Italy
 
Sap hana documentation @ TL Technologies
TL Technologies - Thoughts Become Things
 
How Smart Recruiters Go Beyond LinkedIn
RecruitingDaily.com LLC
 
Black Kite
Sonali Dudhane
 
Study the poem riddle
Ludmila Kalinichenko
 
Catalog General Produse Star Stone-2013
Star Srl
 
BQ27541 Hibernate Mode Disabling
Stanley Chang
 
Chủ đề 5: Blogger _Trương Ngọc Tinh Anh
Anh Truong
 
Ad

Recently uploaded (20)

PPTX
lecture 13 mind test academy it skills.pptx
ggesjmrasoolpark
 
PPTX
short term internship project on Data visualization
JMJCollegeComputerde
 
PPTX
Presentation on animal welfare a good topic
kidscream385
 
PPTX
IP_Journal_Articles_2025IP_Journal_Articles_2025
mishell212144
 
PPTX
Probability systematic sampling methods.pptx
PrakashRajput19
 
PPTX
Introduction to Biostatistics Presentation.pptx
AtemJoshua
 
PDF
Practical Measurement Systems Analysis (Gage R&R) for design
Rob Schubert
 
PDF
202501214233242351219 QASS Session 2.pdf
lauramejiamillan
 
PDF
D9110.pdfdsfvsdfvsdfvsdfvfvfsvfsvffsdfvsdfvsd
minhn6673
 
PDF
WISE main accomplishments for ISQOLS award July 2025.pdf
StatsCommunications
 
PPTX
Data Security Breach: Immediate Action Plan
varmabhuvan266
 
PPTX
INFO8116 - Week 10 - Slides.pptx data analutics
guddipatel10
 
PDF
Fundamentals and Techniques of Biophysics and Molecular Biology (Pranav Kumar...
RohitKumar868624
 
PPTX
Blue and Dark Blue Modern Technology Presentation.pptx
ap177979
 
PPTX
MR and reffffffvvvvvvvfversal_083605.pptx
manjeshjain
 
PPTX
Data-Users-in-Database-Management-Systems (1).pptx
dharmik832021
 
PDF
TIC ACTIVIDAD 1geeeeeeeeeeeeeeeeeeeeeeeeeeeeeer3.pdf
Thais Ruiz
 
PPT
Real Life Application of Set theory, Relations and Functions
manavparmar205
 
PPTX
Fluvial_Civilizations_Presentation (1).pptx
alisslovemendoza7
 
PDF
Blitz Campinas - Dia 24 de maio - Piettro.pdf
fabigreek
 
lecture 13 mind test academy it skills.pptx
ggesjmrasoolpark
 
short term internship project on Data visualization
JMJCollegeComputerde
 
Presentation on animal welfare a good topic
kidscream385
 
IP_Journal_Articles_2025IP_Journal_Articles_2025
mishell212144
 
Probability systematic sampling methods.pptx
PrakashRajput19
 
Introduction to Biostatistics Presentation.pptx
AtemJoshua
 
Practical Measurement Systems Analysis (Gage R&R) for design
Rob Schubert
 
202501214233242351219 QASS Session 2.pdf
lauramejiamillan
 
D9110.pdfdsfvsdfvsdfvsdfvfvfsvfsvffsdfvsdfvsd
minhn6673
 
WISE main accomplishments for ISQOLS award July 2025.pdf
StatsCommunications
 
Data Security Breach: Immediate Action Plan
varmabhuvan266
 
INFO8116 - Week 10 - Slides.pptx data analutics
guddipatel10
 
Fundamentals and Techniques of Biophysics and Molecular Biology (Pranav Kumar...
RohitKumar868624
 
Blue and Dark Blue Modern Technology Presentation.pptx
ap177979
 
MR and reffffffvvvvvvvfversal_083605.pptx
manjeshjain
 
Data-Users-in-Database-Management-Systems (1).pptx
dharmik832021
 
TIC ACTIVIDAD 1geeeeeeeeeeeeeeeeeeeeeeeeeeeeeer3.pdf
Thais Ruiz
 
Real Life Application of Set theory, Relations and Functions
manavparmar205
 
Fluvial_Civilizations_Presentation (1).pptx
alisslovemendoza7
 
Blitz Campinas - Dia 24 de maio - Piettro.pdf
fabigreek
 

Online event registration final review (3-2 project)...

  • 1. . Guide : G.Siva Nageswara Rao Section : 3C (C.S.E) Batch : 08 N.Sriram(11003298) V.V.S.S.Sudheer(11003309 ) M.Prasanna(11003372)
  • 2. Online Event Registration is meant for managing the information regarding the registrations to be held for the individuals participating in the events being organized. All the details will be managed and stored in the database. Whenever if the authorized coordinator of the event has a desire to know about the registrations undergone till then and the respective registered individual details , KLUniversity
  • 3. he could always be favored with the existing details. Each of the registered individual in technical festival is allowed to register in the respective events and cultural being organized. The total number of registrations in respective events and cultural is being displayed over the administrator module. All the details about the events could also be tabulated in separate web page for assistance towards registered members. KLUniversity
  • 4. The main objective of Online Event Registration is to mitigate the complexity involved in Spot Registrations and also its eco-friendly trait. KLUniversity
  • 5. Developing the event registration site is only up to the registration of the events being organised but not the cancellation or any other update activities to be held on the events registered by the individuals. Online event registration streamlines the process, improves efficiency, often increases attendance, and measures results with a click of the mouse. KLUniversity
  • 6. • Front End: HTML, CSS, Java Script • Back End : MySQL(NETBEANS) KLUniversity
  • 7. • Operating System : Windows XP/7/8 • User Interface : HTML, CSS • Client-side Scripting : JavaScript • Programming Language : Java • Web Applications : JDBC, JSP • IDE/Workbench : NetBeans • Database : MySQL(Netbeans) KLUniversity
  • 8. • Processor : Pentium IV • Hard Disk : 40GB • RAM : 256MB KLUniversity
  • 10. Registered User View Events & Cultural Login Register into Technical Festival Register into event/cultural Event Administrator Unregistered User Retrieve Registration Report <<include>> Online Event Registration KLUniversity
  • 11. Modules: • Administrator Module includes the representation of the statistics of registrations undergone by the users in Technical Festival and also in the events and cultural being organized & performed in Technical Festival. This includes the user interface to the administrator also. It also maintains the users information. • User Registration Module deals with the registration of users details. They can click the links of the events (or) cultural to spot the required event they could be best performed and finally register into the respective event (or) cultural. KLUniversity
  • 12. • SECURITY: All the usernames and passwords that we have collected in our application are secured. • RELIABILITY: The website is fully user reliable. • AVAILABLE: The website is available 24/7. • PERFORMANCE: The registration pages loading is very fast provided the network of the user is fast. • SCALABLE: The website runs on any browser supporting html4 and higher. KLUniversity
  • 13. • User Registration In Technical Festival HTML: Database Table: KLUniversity
  • 14. • User Registration In Events/Cultural: HTML: Database Table: KLUniversity
  • 15. • Query for verifying Admin Login Details: select * from admin where email='"+email+"'and password='"+password+"‘ • Query for Registering User Details Into Technical Festival: insert into register(uname, email, contactnumber, college, password, confpass) values ('" +uname + "','" + email + "','" + contactnumber + "','" + college + "', '" + password + "', '" + confpass + "') KLUniversity
  • 16. • Queries for Registering User Into Events & Cultural : 1.Insert into Event or Cultural: insert into quizzing(email,password) values('"+email+"','"+password+"') 2.Query for Checking Whether the required user is already registered in the event: select * from quizzing where email='"+email+"' and password='"+password+"' KLUniversity
  • 17. • Query for Retrieving the Details of Registered Individuals In events to Admin: select r.uname,r.email,r.contactnumber,r.college from quizzing AS q,regtable AS r where q.email=r.email • Query for Retrieving the total number of Registered Individuals to Admin: select count(email) from regtable KLUniversity
  • 18. • Checkeing whether the input email is already registered if(Statement.executeQuery("select * from regtable where email='"+email+"'").next()) { out.println("Sorry! The email you have entered is already registered"); } KLUniversity
  • 19. • HTML INPUTS: • JSP OUTPUT: KLUniversity
  • 20. • If not registered insert into the respective database tables …… else { if(password.equals(confpass)) { int i=st1.executeUpdate("insert into regtable(uname,email,contactnumber,college,password,confpa ss) values('"+usename+"','"+email+"','"+contactnumber+"','"+colleg e+"','“ +password+"','"+confpass+"')"); out.println(" Congrats! you have successfully registered "+usename); } ........ KLUniversity
  • 21. • HTML INPUTS: • JSP OUTPUT: KLUniversity
  • 22. • If password entered don’t match …. else { out.println("Password Unmatch Error:The Password entered by you in the Password field and Confirm Password field donot match.Please return back to the registration page and register without any error."); } } KLUniversity
  • 23. • HTML INPUTS: • JSP OUTPUT: KLUniversity
  • 24. • Show the Total no. of registrations undergone if(Statement.executeQuery("select count(email) from regtable“) .next()){ String uno = rs1.getString(1); out.println("<h2>Total Number Of Registrations Undergone For Unmad: "+uno+"</h2><br>"); } JSP OUTPUT: KLUniversity
  • 25. • Show registration details that have undergone to the admin while(Statement.executeQuery("select uname,email,contactnumber,college from regtable").next()){ String uname = rs.getString(1); String email = rs.getString(2); String contactnumber = rs.getString(3); String college = rs.getString(4); out.println("<tr><td>"+uname+"</td>"); out.println("<td>"+email+"</td>"); out.println("<td>"+contactnumber+"</td>"); out.println("<td>"+college+"</td></tr>"); } KLUniversity
  • 26. • The Output in JSP would be KLUniversity
  • 29. • Events & Cultural Page : KLUniversity
  • 30. • Event: Hence Proved Page: KLUniversity
  • 32. • Registration Status for Admin Page: KLUniversity
  • 33. • Our team with great hardwork & dedication , we have successfully completed the Online Event Registartion providing a user-friendly registration website for the users and also mitigates the complexity involved in spot registrations. KLUniversity
  • 34. • www.w3schools.com • www.stackoverflow.com • www.unmad.org • World Wide Web • SQL: The Complete Reference KLUniversity