Skip to content

Event Management System is a Web Application fabricated to manage the steps involved before the event actually takes place in an educational institution. It provides an interface to the organising committee and the institution administration, allowing to apply for an event, check event status, pass the pemission for the event, allocate the venue…

DHIRAJJHUNJHUNWALA/Event-Management-System

Repository files navigation

Event Management System

Developed by: Dhiraj Jhunjhunwala, VIT University, Vellore

Event Management System is a web-application fabricated to manage the steps involved before the event actually takes place in an educational institution. It provides an interface to the organising committee and the institution administration, allowing to apply for an event, check event status, pass the pemission for the event, allocate the venue, date and time for the event, and other such steps involved. The application has been coded in HTML, CSS, PHP, Javascript and Ajax, and makes extensive use of SQL for managing database. Download the code, and don't forget to make the database tables as per the scripts before running it in your local server or hosting. The index.php file is an appointment form, meant to be accessible only by any institution authority personnel(like the faculty coordinator of the club/chapter conducting the event, who ie required to appoint person(s) from the organising team as the event coordinator to apply for permission to conduct the event. A username is asked, which is checked through the database by Ajax code for its uniqueness, and the registration number is used as a password field. Login.php is a login page for the event coodinator, which uses sessions to take through the eventform.php(Event Registration Page). Each event is saved in the database along with a UUID no. assigned to it, and is called using this no. only. At the event registration page, PHP is used to enter the event details into the database. Visit the check event status link to get to costatus.php, which tells the event coordinator about the status of the event(pending or confirmed). For the confirmed events, there exists an option to get the info in pdf format with the PHPtoPDF free plugin available online. Before the event gets confirmed, the pending event passes for approval through three levels of institution authority: President of the club/chapter, Faculty cooordinator, and DSW(or any higher authority) at the pages: plogin.php, flogin.php, and dswlogin.php. In the present project, the demonstration has been given for such a system. You can use and edit the code to suit your own convenience and level of security.

About

Event Management System is a Web Application fabricated to manage the steps involved before the event actually takes place in an educational institution. It provides an interface to the organising committee and the institution administration, allowing to apply for an event, check event status, pass the pemission for the event, allocate the venue…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published