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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!