// Code By Gregg Buntin, Realm Laboratories, LLC // gbuntin@realmlabs.com // Alrighty, All this crud does the add / change / delete of cabinets include "dbconnect.php"; $DaMenu = "Invalid Choice... Please Try Again"; $DoWhat = $_GET['DoWhat']; if (! isset($DoWhat)) $DoWhat = "add1"; // now we check to see what they want to do if (isset($DoWhat)) { // Default 'menu' for lack of a better word if ($DoWhat == "") { print $DaMenu; } else if ($DoWhat == "add1") // Add a record Into the Databae { print "
Please fill out all the appropriate details of your project below. Your entry will be reviewed \r\n"; print "and upon passing review added to the database. Please do not add an entry more than \r\n"; print "once, it will only slow the process down. For the description, please keep it as brief as \r\n"; print "possible while still telling the pertinent details -- the idea here is to encourage people to \r\n"; print "visit your web site, not tell them the whole tale in this one box. Please note, this form is \r\n"; print "only for projects that have a web page. If you do not have a web page for your project, \r\n"; print "please create one. If you don't have a place to host the page, you can post a message asking for \r\n"; print "someone to host it for you on the message board. If no one is willing, there is a limited amount of \r\n"; print "space available at BYOAC. Email saint for details. \r\n"; print "
\r\n"; print "
IMPORTANT! Please make a .ZIP copy of your project's web site so that saint can maintain a mirror\r\n"; print "of your project. Far too many sites end up disappearing over time, and if yours does saint will put a\r\n"; print "mirror of your site online. If at any point you object to this saint will take the mirror down immediately.\r\n"; print "Allowing saint to maintain a mirror ensures that your project will be posted for posterity and for others to\r\n"; print "to enjoy as long as this site is online. Email saint\r\n"; print "with details on where the .ZIP file can be downloaded, or to make other arrangements to get saint the .ZIP file.