Page 1 of 1

PHP - Order form.

Posted: Wed Mar 23, 2011 3:04 pm
by mr.stana
Hi guys,

Im stuck on my web page that I working on that involves some PHP, Forms and arrays, I basically want to have a selection of items (four to be exact) allow a "customer" to add them to a basket, but to keep it simple i just want them to be able to put the items they want into an array which I believe will involve a form.

The next page I want them to select which postage they want i.e. 1st, 2nd or next day deliver (all different prices).

The final page of the form for the customer to enter their name address and telephone number.

Once the info. is imputted i them to click confirm and to display a summary:

there order
amount of money for each product
postage
VAT(20%)
display the name and address where the shipment is going to.


Can some one give me some pointers or direct me in theright direction!

Thanks in advance!!!


Mike

Re: PHP - Order form.

Posted: Thu Mar 24, 2011 6:02 am
by vishal_arora
Hello
you store this information into an array and store the array in to session and get wherever you want