Question: Need help creating a shipping label after I hit submit in PHP code below is what should be displayed The PHP validation should check that


Need help creating a shipping label after I hit submit in PHP code below is what should be displayed
The PHP validation should check that the package weighs no more than 150 pounds and that no dimension of the package is more than 36 inches. If it does, the form will display an error.
You can assume that the addresses entered on the form are both U.S. addresses, but you should check that a valid state and a ZIP Code with valid syntax are entered using PHP field validation.
After the form is submitted your website should display another PHP page that displays the information about the package in an organized, formatted report, similar to a packing label. The label must contain the following:
From Address (This would be the address of your dessert shop, it does not have to be a real location.)
To Address
Package Dimensions
Package Weight
Shipping Company (USPS, UPS or FedEx)
Shipping Class (Next Day Air and/or Priority Mail)
Tracking Number
An image of the tracking number barcode
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
