'.$_session['summa'].''; ?> Hello!


"; "

Your order is: " .$_session['summa']."


Your Service Package:

"; switch ($service) { case("0") : print "Âû íå âûáðàëè òèï ñåðâèñà

"; break; case("300") : print "Complete Plus ( KIT, EIN, Registered Agent, S-Election (for corp.))

"; break; case("280") : print "Complete Service Package (with corporate KIT)

"; break; case("280") : print "Economy (Basic documents only)

"; break; case("355") : print "Special offer-NY State Business Corporation

"; break; case("310") : print "Special offer-NJ Business Corporation

"; break; } print "Your Type of Service:"; if (isset($_POST['ExpeditedService'])) echo "Expedited Service - 25 USD "; if (isset($_POST['RoutineService'])) echo "Routine Service - 0 USD
"; print "

Your Company Name 1st Choice: " .$_POST['CompName1']."

Your Corporate ending: " .$_POST['Corpeending']."

Your Company Name 2 nd Choice: " .$_POST['CompName2']."

Your Corporate ending: " .$_POST['Corpeending1']."

Your Company Name 3rd Choice: " .$_POST['CompName3']."

Your Corporate ending: " .$_POST['Corpeending2']."

Company Address, Street: " .$_POST['street0']."

Company Address, # Apt: " .$_POST['apt0']."

Company Address, City: " .$_POST['city0']."

Company Address, State: " .$_POST['state0']."

Company Address, Zip Code: " .$_POST['zip_code0']."

Company Address, Country: " .$_POST['country0']."

Name of 1st Director: " .$_POST['name1']."

Address of 1st Director, Street: " .$_POST['street1']."

Address of 1st Director, # Apt: " .$_POST['apt1']."

Address of 1st Director, City: " .$_POST['city1']."

Address of 1st Director, State: " .$_POST['state1']."

Address of 1st Director, Zip Code: " .$_POST['zip_code1']."

Address of 1st Director, Country: " .$_POST['country1']."

Name of 2 nd Director: " .$_POST['name2']."

Address of 2 nd Director, Street: " .$_POST['street2']."

Address of 2 nd Director, # Apt: " .$_POST['apt2']."

Address of 2 nd Director, City: " .$_POST['city2']."

Address of 2 nd Director, State: " .$_POST['state2']."

Address of 2 nd Director, Zip Code: " .$_POST['zip_code2']."

Address of 2 nd Director, Country: " .$_POST['country2']."

Name of 3 rd Director: " .$_POST['name3']."

Address of 3 rd Director, Street: " .$_POST['street3']."

Address of 3 rd Director, # Apt: " .$_POST['apt3']."

Address of 3 rd Director, City: " .$_POST['city3']."

Address of 3 rd Director, State: " .$_POST['state3']."

Address of 3 rd Director, Zip Code: " .$_POST['zip_code3']."

Address of 3 rd Director, Country: " .$_POST['country3']."
"; print "

YOUR PACKAGE:

"; if (isset($_POST['EIN'])) echo " Federal Employer Identification Number (EIN) - 25 USD (Already included in Complete Plus package) "; if (isset($_POST['seal'])) echo "

Company Seal - 25 USD (Already included in Complete Plus and Complete packages)


"; if (isset($_POST['NY'])) echo "

NY State Sales Tax Authority Registration - 50 USD (Already included in Special Offer for NY Corporation)


"; if (isset($_POST['agent'])) echo "

Registered Agent Service - 135 USD (Already included in Complete Plus package)


"; if (isset($_POST['sert'])) echo "

Sertificate of Good Standing - 85 USD


"; if (isset($_POST['sertIncor'])) echo "

Certified Copy of Certificate of Incorporation - 55 USD


"; if (isset($_POST['stamp'])) echo "

Rubber Stamp - 35 USD


"; if (isset($_POST['website'])) echo "

Ready to Go Website - 150 USD


"; print "

Customer Information: Contact Tel. # : " .$_POST['customer_phone']."

Customer Information: Contact E-mail: " .$_POST['customer_mail']."

Customer Information: Address: " .$_POST['customer_address']."

Shipping Information: "; switch ($shippinginfo) { case("choose") : print "Ïîæàëóéñòà âûáåðèòå òèï

"; break; case("Cust_Inf") : print "Same as Customer Information

"; break; case("Dir_Inf") : print "Same as 1st Director Information

"; break; case("Comp_Inf") : print "Same as Company Information

"; break; case("Other") : print "Other

"; break; } print "

Shipping Address, Street: (other): " .$_POST['street_ship']."

Shipping Address, # Apt: " .$_POST['apt_ship']."

Shipping Address, City: " .$_POST['city_ship']."

Shipping Address, State: (other): " .$_POST['state_ship']."

Shipping Address, Zip Code: " .$_POST['zip_code_ship']."

Shipping Address, Country: " .$_POST['country_ship']."

Please Indicate Your Shipping Preference: "; switch ($shipping_way) { case("Choose") : print "Please Choose your shipping way

"; break; case("UPS_Ground") : print "UPS Ground - 7 USD

"; break; case("UPS_Express") : print "UPS Express - 30 USD

"; break; } print "

Billing Information: Payment Type: "; switch ($payment_type) { case("Choose") : print "Please Choose your payment type

"; break; case("Visa/MasterCard") : print "Credit Card: Visa / Master Card

"; break; case("DiscCard") : print "Credit Card: Discover Card

"; break; case("Check") : print "US Check / Money Order

"; break; case("transfer") : print "Wire Transfer

"; break; } print "

Credit Card Number:: " .$_POST['number_card']."

Expiration Date (mm/yy): " .$_POST['date']."

Name on the Card: " .$_POST['Name_card']."

Charge Authorized USD: " .$_POST['Charge']."

Expiration Date (mm/yy): " .$_POST['date']."

Credit Card Billing Address, Street: " .$_POST['street_card']."

Credit Card Billing Address, # Apt: " .$_POST['apt_card']."

Credit Card Billing Address, City: " .$_POST['city_card']."

Credit Card Billing Address, State: " .$_POST['state_card']."

Credit Card Billing Address, Zip Code: " .$_POST['zip_code_card']."

Credit Card Billing Address, Country: " .$_POST['country_card']."

Your Comments or Suggestions Here:: " .$_POST['comments']."
"; print ""; if (isset($_POST['yes'])) echo "

Your agree with Terms of service

"; ?>