Question
Develop an Event Web-based System. Assume that you are the organizer of any event that wishes to allow the participants to register to the event
Develop an Event Web-based System. Assume that you are the organizer of any event that wishes to allow the participants to register to the event using online method. Create ANY event that interests you. The event title may help you to determine your online application concept. Example: If you organize Professional Lecture Series, your web page shall apply a formal CSS design template ( You need to create one static html page (index) that explains about the event. Then, the following functions should be developed:
Administrator
CREATE default account for admin using MYSQL Login/ logout with SESSION (authentication) o Use "required" form attribute or JavaScript function check(), to make sure that all field need to be entered before submit. If one of the text fields is blank, display a dialog message "Please enter all fields" and stop submission. Allow the admin to update/edit registered participant's profile (update function)
User
Allow user to register as participant (insert function) o The form must have at least :- Username Password Other relevant information Use "required" form attribute or JavaScript function check(), to will make sure that all field need to be entered before submit. If one of the text fields is blank, display a dialog message "Please enter all fields" and stop submission. Login/ logout with SESSION (authentication) o Use "required" form attribute or JavaScript function check(), to will make sure that all field need to be entered before submit. If one of the text fields is blank, display a dialog message "Please enter all fields" and stop submission. Once user log on, the page will display his user profile
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started