Complete Web-App for organizing sponsors for a prom, packed with HTML5-Features and various web-technologies.
--this app is in alpha-state and can currently not be used--
--for this app to function you have to create a constants.php file inside the comps folder with the following contents:--
<?php
define('dbserver', 'db_server_address');
define('dbuser', 'db_username');
define('dbpass', 'db_password');
define('db1', 'db_name');
?>
--replace db_... with your data--