|
executive summary
Application
Home
if ($submit != "Submit Information") {
?>
Back to Top
} else {
$receiver = "techcenter@umbc.edu";
$business_name = $_REQUEST['business_name'];
$business_address = $_REQUEST['business_address'];
$business_city = $_REQUEST['business_city'];
$business_state = $_REQUEST['business_state'];
$business_zipcode = $_REQUEST['business_zipcode'];
$business_telephone = $_REQUEST['business_telephone'];
$business_fax = $_REQUEST['business_fax'];
$business_email = $_REQUEST['business_email'];
$description = $_REQUEST['description'];
$background = $_REQUEST['background'];
$products_services = $_REQUEST['products_services'];
$technologies = $_REQUEST['technologies'];
$markets = $_REQUEST['markets'];
$industry = $_REQUEST['industry'];
$channels = $_REQUEST['channels'];
$competition = $_REQUEST['competition'];
$management = $_REQUEST['management'];
$number_employees = $_REQUEST['number_employees'];
$auditor = $_REQUEST['auditor'];
$law_firm = $_REQUEST['law_firm'];
$bank = $_REQUEST['bank'];
$advisors = $_REQUEST['advisors'];
$investors = $_REQUEST['investors'];
$amount = $_REQUEST['amount'];
$financing_sought = $_REQUEST['financing_sought'];
$use_funds = $_REQUEST['use_funds'];
$Revenue_Year1 = $_REQUEST['Revenue_Year1'];
$EBIT_Year1 = $_REQUEST['EBIT_Year1'];
$Revenue_Year2 = $_REQUEST['Revenue_Year2'];
$EBIT_Year2 = $_REQUEST['EBIT_Year2'];
$Revenue_Year3 = $_REQUEST['Revenue_Year3'];
$EBIT_Year3 = $_REQUEST['EBIT_Year3'];
$inf = "ONE-PAGE EXECUTIVE SUMMARY\n\n";
$inf = $inf."BUSINESS NAME:\t$business_name\n\n";
$inf = $inf."STREET ADDRESS:\t$business_address\n";
$inf = $inf."CITY:\t$business_city\n";
$inf = $inf."STATE:\t$business_state\n";
$inf = $inf."ZIP CODE:\t$business_zipcode\n\n";
$inf = $inf."BUSINESS PHONE:\t$business_telephone\n\n";
$inf = $inf."BUSINESS FAX:\t$business_fax\n\n";
$inf = $inf."BUSINESS EMAIL:\t$business_email\n\n";
$inf = $inf."BUSINESS DESCRIPTION:\n";
$inf = $inf."\t$description\n\n";
$inf = $inf."COMPANY BACKGROUND:\n";
$inf = $inf."\t$background\n\n";
$inf = $inf."PRODUCT/SERVICES:\n";
$inf = $inf."\t$products_services\n\n";
$inf = $inf."TECHNOLOGIES/KNOW-HOW:\n";
$inf = $inf."\t$technologies\n\n";
$inf = $inf."MARKETS:\n";
$inf = $inf."\t$markets\n\n";
$inf = $inf."INDUSTRY:\n";
$inf = $inf."\t$industry\n\n";
$inf = $inf."DISTRIBUTION CHANNELS:\n";
$inf = $inf."\t$channels\n\n";
$inf = $inf."COMPETITION:\n";
$inf = $inf."\t$competition\n\n";
$inf = $inf."MANAGEMENT:\n";
$inf = $inf."\t$management\n\n";
$inf = $inf."NUMBER OF EMPLOYEES:\n";
$inf = $inf."\t$number_employees\n\n";
$inf = $inf."AUDITOR:\n";
$inf = $inf."\t$auditor\n\n";
$inf = $inf."LAW FIRM:\n";
$inf = $inf."\t$law_firm\n\n";
$inf = $inf."BANK:\n";
$inf = $inf."\t$bank\n\n";
$inf = $inf."ADVISORS:\n";
$inf = $inf."\t$advisors\n\n";
$inf = $inf."CURRENT INVESTORS:\n";
$inf = $inf."\t$investors\n\n";
$inf = $inf."AMOUNT:\n";
$inf = $inf."\t$amount\n\n";
$inf = $inf."AMOUNT OF FINANCING SOUGHT:\n";
$inf = $inf."\t$financing_sought\n\n";
$inf = $inf."USE OF FUNDS:\n";
$inf = $inf."\t$use_funds\n\n\n";
$inf = $inf."FISCAL YEAR END:\n\n";
$inf = $inf."REVENUE - YEAR 1 PROJECTION:\n";
$inf = $inf."\t$Revenue_Year1\n\n";
$inf = $inf."EBIT - YEAR 1 PROJECTION:\n";
$inf = $inf."\t$EBIT_Year1\n\n";
$inf = $inf."REVENUE - YEAR 2 PROJECTION:\n";
$inf = $inf."\t$Revenue_Year2\n\n";
$inf = $inf."EBIT - YEAR 2 PROJECTION:\n";
$inf = $inf."\t$EBIT_Year2\n\n";
$inf = $inf."REVENUE - YEAR 3 PROJECTION:\n";
$inf = $inf."\t$Revenue_Year3\n\n";
$inf = $inf."EBIT - YEAR 3 PROJECTION:\n";
$inf = $inf."\t$EBIT_Year3\n\n";
mail($receiver, "Incubator Application - One-page Executive Summary", $inf);
?>
Please continue to THE FINAL SECTION:
fill out and submit the SOURCES AND USES STATEMENT.
for more information, e-mail
techcenter@umbc.edu.
}
?>
|
|