├── LICENSE ├── README.md ├── classes ├── Connection.php ├── DB.php ├── Event.php ├── EventTableGateway.php ├── Location.php ├── LocationTableGateway.php ├── User.php └── UserTable.php ├── contact.php ├── createEvent.php ├── createEventForm.php ├── createLocation.php ├── createLocationForm.php ├── css ├── bootstrap-theme.css ├── bootstrap-theme.css.map ├── bootstrap-theme.min.css ├── bootstrap-theme.min.css.map ├── bootstrap.css ├── bootstrap.css.map ├── bootstrap.min.css ├── bootstrap.min.css.map └── style.css ├── database ├── events.sql ├── locations.sql └── users.sql ├── deleteEvent.php ├── deleteLocation.php ├── editLocation.php ├── editLocationForm.php ├── events2.php ├── fonts ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.svg ├── glyphicons-halflings-regular.ttf ├── glyphicons-halflings-regular.woff └── glyphicons-halflings-regular.woff2 ├── functions.php ├── homeIn.php ├── images ├── Thumbs.db ├── ananasbar.jpg ├── argyle.jpg ├── bdayevent.jpg ├── bgImage1.jpg ├── birthday2.jpg ├── facebook.png ├── fashevent.jpg ├── fashion2.jpg ├── googleplus.png ├── meetevent.jpg ├── meeting2.jpg ├── munich.jpg ├── twitter.png ├── urbanxchange.jpg ├── wedding2.jpg ├── wedevent.jpg └── youtube.png ├── index.php ├── js ├── bootstrap.js ├── bootstrap.min.js ├── js.js └── npm.js └── year2project.sql /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/README.md -------------------------------------------------------------------------------- /classes/Connection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/classes/Connection.php -------------------------------------------------------------------------------- /classes/DB.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/classes/DB.php -------------------------------------------------------------------------------- /classes/Event.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/classes/Event.php -------------------------------------------------------------------------------- /classes/EventTableGateway.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/classes/EventTableGateway.php -------------------------------------------------------------------------------- /classes/Location.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/classes/Location.php -------------------------------------------------------------------------------- /classes/LocationTableGateway.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/classes/LocationTableGateway.php -------------------------------------------------------------------------------- /classes/User.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/classes/User.php -------------------------------------------------------------------------------- /classes/UserTable.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/classes/UserTable.php -------------------------------------------------------------------------------- /contact.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/contact.php -------------------------------------------------------------------------------- /createEvent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/createEvent.php -------------------------------------------------------------------------------- /createEventForm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/createEventForm.php -------------------------------------------------------------------------------- /createLocation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/createLocation.php -------------------------------------------------------------------------------- /createLocationForm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/createLocationForm.php -------------------------------------------------------------------------------- /css/bootstrap-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/css/bootstrap-theme.css -------------------------------------------------------------------------------- /css/bootstrap-theme.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/css/bootstrap-theme.css.map -------------------------------------------------------------------------------- /css/bootstrap-theme.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/css/bootstrap-theme.min.css -------------------------------------------------------------------------------- /css/bootstrap-theme.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/css/bootstrap-theme.min.css.map -------------------------------------------------------------------------------- /css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/css/bootstrap.css -------------------------------------------------------------------------------- /css/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/css/bootstrap.css.map -------------------------------------------------------------------------------- /css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/css/bootstrap.min.css -------------------------------------------------------------------------------- /css/bootstrap.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/css/bootstrap.min.css.map -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/css/style.css -------------------------------------------------------------------------------- /database/events.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/database/events.sql -------------------------------------------------------------------------------- /database/locations.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/database/locations.sql -------------------------------------------------------------------------------- /database/users.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/database/users.sql -------------------------------------------------------------------------------- /deleteEvent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/deleteEvent.php -------------------------------------------------------------------------------- /deleteLocation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/deleteLocation.php -------------------------------------------------------------------------------- /editLocation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/editLocation.php -------------------------------------------------------------------------------- /editLocationForm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/editLocationForm.php -------------------------------------------------------------------------------- /events2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/events2.php -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/functions.php -------------------------------------------------------------------------------- /homeIn.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/homeIn.php -------------------------------------------------------------------------------- /images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/images/Thumbs.db -------------------------------------------------------------------------------- /images/ananasbar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/images/ananasbar.jpg -------------------------------------------------------------------------------- /images/argyle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/images/argyle.jpg -------------------------------------------------------------------------------- /images/bdayevent.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/images/bdayevent.jpg -------------------------------------------------------------------------------- /images/bgImage1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/images/bgImage1.jpg -------------------------------------------------------------------------------- /images/birthday2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/images/birthday2.jpg -------------------------------------------------------------------------------- /images/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/images/facebook.png -------------------------------------------------------------------------------- /images/fashevent.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/images/fashevent.jpg -------------------------------------------------------------------------------- /images/fashion2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/images/fashion2.jpg -------------------------------------------------------------------------------- /images/googleplus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/images/googleplus.png -------------------------------------------------------------------------------- /images/meetevent.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/images/meetevent.jpg -------------------------------------------------------------------------------- /images/meeting2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/images/meeting2.jpg -------------------------------------------------------------------------------- /images/munich.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/images/munich.jpg -------------------------------------------------------------------------------- /images/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/images/twitter.png -------------------------------------------------------------------------------- /images/urbanxchange.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/images/urbanxchange.jpg -------------------------------------------------------------------------------- /images/wedding2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/images/wedding2.jpg -------------------------------------------------------------------------------- /images/wedevent.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/images/wedevent.jpg -------------------------------------------------------------------------------- /images/youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/images/youtube.png -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/index.php -------------------------------------------------------------------------------- /js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/js/bootstrap.js -------------------------------------------------------------------------------- /js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/js/bootstrap.min.js -------------------------------------------------------------------------------- /js/js.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/js/js.js -------------------------------------------------------------------------------- /js/npm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/js/npm.js -------------------------------------------------------------------------------- /year2project.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshkavhar/Event-Planner-PHP-Project/HEAD/year2project.sql --------------------------------------------------------------------------------