session_register('access_license','userid','password','shipperid','shipper_name','shipper_company','shipper_address1','shipper_address2','shipper_city','shipper_state','shipper_zipcode','shipper_country','dest_country','shipment_weight','dest_name','dest_company','dest_address1','dest_address2','dest_city','dest_state','dest_zipcode','dest_country','default_ups_code','pickuptypecode','customerclassification','dest_isres','dest_email','dest_email_message','packagingtypecode','oversizepackage','shipping_type_code','shipping_description','choosen_rate'); //The first 4 variables are assigned by UPS $access_license="DBA6AB3C96113D48"; $userid="adolphdupre"; $password="joyce1"; $shipperid="R89R16"; //These are the origination address $shipper_name="Adolph Dupre"; $shipper_company="Program Consultants"; $shipper_address1="7267 State Route 819"; $shipper_address2=""; $shipper_city="Mount Pleasant"; $shipper_state="PA"; $shipper_zipcode="15666"; $shipper_country="US"; //These are for the destination address $dest_name="Hellen Durfee"; $dest_company="Windows-R-Us"; $dest_address1="1085 Tiller Drive"; $dest_address2=""; $dest_city="Incline Village"; $dest_state="NV"; $dest_zipcode="89451"; $dest_country="US"; $dest_isres=""; //These are options are for the package $default_ups_code="02"; $pickup_type_code="1"; $customer_classification="2"; $dest_email="adolph@programConsultants.com"; $dest_email_message="Your UPS package was shipped"; $packaging_type_code="02"; $package_description=""; $shipping_description="Ground"; $shipment_weight="4"; $choosen_rate=""; $oversize_package=""; ?>