How to create php form with update and submit button for online order, homework help
Create an online order form as a Web form. Allow visitors to enter aquantity for at least fi ve items for sale. Each item should have a name,description, and price. Th e form should have buttons to update the totalsfor the quantities entered and to submit the order. Save the orders to asubdirectory called OnlineOrders in the Projects directory for Chapter6. Use the date and time to create a unique fi lename for each order.