steve_c
10-09-2007, 05:52 PM
Hi, i'm just starting on the road to php and was wondering if someone could give me a pointer...
I've created a form in html that allow users to select from 4 different price groups. The groups are comprised of radio buttons with different prices for each button...
There is also 2 dropdown menus with text options..
What i want to do is: the user selects one option from each price group.. and one text otion from each dropmenu.. then presses submit...
On pressing the submit button i would like to use php to add the selected prices together and record the text options selected in the dropmenus..
This data would then be presented on another page in the form of an invoice.
Can anyone give me any pointers as to how to go about this?
I tried search for php calculations etc.. to no avail.. i was hoping there may be free scripts available to do this but couldnt find any :(
Would the data need to go into a database?
Greatly appreciate any advice..
Thanx
I've created a form in html that allow users to select from 4 different price groups. The groups are comprised of radio buttons with different prices for each button...
There is also 2 dropdown menus with text options..
What i want to do is: the user selects one option from each price group.. and one text otion from each dropmenu.. then presses submit...
On pressing the submit button i would like to use php to add the selected prices together and record the text options selected in the dropmenus..
This data would then be presented on another page in the form of an invoice.
Can anyone give me any pointers as to how to go about this?
I tried search for php calculations etc.. to no avail.. i was hoping there may be free scripts available to do this but couldnt find any :(
Would the data need to go into a database?
Greatly appreciate any advice..
Thanx