Page 1 of 1

Need some more PHP help

Posted: Fri Oct 11, 2002 2:13 pm
by mettlehead
I am sorry if the questions sound stupid, I am very new to php and am kinda thrown in to it all.

I have a small order for I am playing with, the user selects checkboxes for the products and each product has a price, in HTML how do I run a php function that will add that amount to the overal price?

And then how do I set this function up in php?

thanks

Posted: Fri Oct 11, 2002 3:54 pm
by volka
depends on how you identify the product.
And let me guess, you want the total price to be recalculated the moment the user clicks a checkbox?